Html Css Color HEX #A40753 Jazzberry Jam

📋 copy color: '#A40753'

red 164 ◦ green 7 ◦ blue 83

#A40753
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A40753

Tints of Jazzberry Jam #A40753

RGB

 RED value IS 164 (64.45% from 255) = 64.57%

 GREEN value IS 7 (3.13% from 255) = 2.76%

 BLUE value IS 83 (32.81% from 255) = 32.68%

R = 64.57%
G = 2.76%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A40753 (or 0xA40753) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 53. RGB value is (164,7,83). Sum of RGB (Red+Green+Blue) = 164+7+83=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A40753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40753 is #5BF8AC. Grayscale: #3E3E3E. Windows color (decimal): -6027437 or 5441444. OLE color: 5441444.

HSL color Cylindrical-coordinate representation of color #A40753: hue angle of 330.96º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40753 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 7 83 -
CMYK 0 0.96 0.49 0.36
HSL 330.96º 0.92% 0.34% -
HSV(B) 330.96º 0.96% 0.64% -
XYZ 16.95 8.67 8.96 -
YUV 62.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 164 7 83 0 0.96 0.49 0.36 330.96 0.92 0.34
Hex A4 7 53 0 60 31 24 14B 5C 22
Octal 244 7 123 0 140 61 44 513 134 42
Binary 10100100 111 1010011 0 1100000 110001 100100 101001011 1011100 100010

Color Harmonies of #A40753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40753

Black with #A40753

Text Example


Text Example

White with #A40753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40753; }

 p { color: rgb(164,7,83); }

 H1.HeaderClassName
 {
   color: #A40753;
 }
 .AnyTagClassName
 {
   color: #A40753;
 }
</style>

background-color css

<style>
 a { background-color: #A40753; }

 a { background-color: rgb(164,7,83); }

 div.DivClassName
 {
   background-color: #A40753;
 }
 .BgClassName
 {
   background-color: #A40753;
 }
</style>

border-color css

<style>
 span { border-color: #A40753; }

 span { border-color: rgb(164,7,83); }

 td.TdClassName
 {
   border-color: #A40753;
 }
 .TagClassName
 {
   border-color: #A40753;
 }
</style>