Html Css Color HEX #A00444 Jazzberry Jam

📋 copy color: '#A00444'

red 160 ◦ green 4 ◦ blue 68

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

Shades of Jazzberry Jam #A00444

Tints of Jazzberry Jam #A00444

RGB

 RED value IS 160 (62.89% from 255) = 68.97%

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

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 68.97%
G = 1.72%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A00444 (or 0xA00444) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 44. RGB value is (160,4,68). Sum of RGB (Red+Green+Blue) = 160+4+68=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A00444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00444 is #5FFBBB. Grayscale: #393939. Windows color (decimal): -6290364 or 4457632. OLE color: 4457632.

HSL color Cylindrical-coordinate representation of color #A00444: hue angle of 335.38º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00444 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 68 -
CMYK 0 0.98 0.57 0.37
HSL 335.38º 0.95% 0.32% -
HSV(B) 335.38º 0.98% 0.63% -
XYZ 15.58 7.98 6.19 -
YUV 57.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 160 4 68 0 0.98 0.57 0.37 335.38 0.95 0.32
Hex A0 4 44 0 62 39 25 14F 5F 20
Octal 240 4 104 0 142 71 45 517 137 40
Binary 10100000 100 1000100 0 1100010 111001 100101 101001111 1011111 100000

Color Harmonies of #A00444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00444

Black with #A00444

Text Example


Text Example

White with #A00444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00444; }

 p { color: rgb(160,4,68); }

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

background-color css

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

 a { background-color: rgb(160,4,68); }

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

border-color css

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

 span { border-color: rgb(160,4,68); }

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