Html Css Color HEX #A7044B Jazzberry Jam

📋 copy color: '#A7044B'

red 167 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #A7044B

Tints of Jazzberry Jam #A7044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 67.89%
G = 1.63%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A7044B (or 0xA7044B) is known color: Jazzberry Jam. HEX triplet: A7, 04 and 4B. RGB value is (167,4,75). Sum of RGB (Red+Green+Blue) = 167+4+75=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7044B is #58FBB4. Grayscale: #3C3C3C. Windows color (decimal): -5831605 or 4916391. OLE color: 4916391.

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

Color convert

RGB 167 4 75 -
CMYK 0 0.98 0.55 0.35
HSL 333.87º 0.95% 0.34% -
HSV(B) 333.87º 0.98% 0.65% -
XYZ 17.25 8.81 7.45 -
YUV 60.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 167 4 75 0 0.98 0.55 0.35 333.87 0.95 0.34
Hex A7 4 4B 0 62 37 23 14E 5F 22
Octal 247 4 113 0 142 67 43 516 137 42
Binary 10100111 100 1001011 0 1100010 110111 100011 101001110 1011111 100010

Color Harmonies of #A7044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7044B

Black with #A7044B

Text Example


Text Example

White with #A7044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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