Html Css Color HEX #A7024B Jazzberry Jam

📋 copy color: '#A7024B'

red 167 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #A7024B

Tints of Jazzberry Jam #A7024B

RGB

 RED value IS 167 (65.63% from 255) = 68.44%

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 68.44%
G = 0.82%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A7024B (or 0xA7024B) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 4B. RGB value is (167,2,75). Sum of RGB (Red+Green+Blue) = 167+2+75=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A7024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7024B is #58FDB4. Grayscale: #3B3B3B. Windows color (decimal): -5832117 or 4915879. OLE color: 4915879.

HSL color Cylindrical-coordinate representation of color #A7024B: hue angle of 333.45º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7024B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 75 -
CMYK 0 0.99 0.55 0.35
HSL 333.45º 0.98% 0.33% -
HSV(B) 333.45º 0.99% 0.65% -
XYZ 17.23 8.77 7.44 -
YUV 59.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 167 2 75 0 0.99 0.55 0.35 333.45 0.98 0.33
Hex A7 2 4B 0 63 37 23 14D 62 21
Octal 247 2 113 0 143 67 43 515 142 41
Binary 10100111 10 1001011 0 1100011 110111 100011 101001101 1100010 100001

Color Harmonies of #A7024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7024B

Black with #A7024B

Text Example


Text Example

White with #A7024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7024B; }

 p { color: rgb(167,2,75); }

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

background-color css

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

 a { background-color: rgb(167,2,75); }

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

border-color css

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

 span { border-color: rgb(167,2,75); }

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