Html Css Color HEX #A00642 Jazzberry Jam

📋 copy color: '#A00642'

red 160 ◦ green 6 ◦ blue 66

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

Shades of Jazzberry Jam #A00642

Tints of Jazzberry Jam #A00642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 68.97%
G = 2.59%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A00642 (or 0xA00642) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 42. RGB value is (160,6,66). Sum of RGB (Red+Green+Blue) = 160+6+66=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A00642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00642 is #5FF9BD. Grayscale: #3A3A3A. Windows color (decimal): -6289854 or 4327072. OLE color: 4327072.

HSL color Cylindrical-coordinate representation of color #A00642: hue angle of 336.62º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00642 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 66 -
CMYK 0 0.96 0.59 0.37
HSL 336.62º 0.93% 0.33% -
HSV(B) 336.62º 0.96% 0.63% -
XYZ 15.55 8 5.88 -
YUV 58.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 160 6 66 0 0.96 0.59 0.37 336.62 0.93 0.33
Hex A0 6 42 0 60 3B 25 151 5D 21
Octal 240 6 102 0 140 73 45 521 135 41
Binary 10100000 110 1000010 0 1100000 111011 100101 101010001 1011101 100001

Color Harmonies of #A00642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00642

Black with #A00642

Text Example


Text Example

White with #A00642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00642; }

 p { color: rgb(160,6,66); }

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

background-color css

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

 a { background-color: rgb(160,6,66); }

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

border-color css

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

 span { border-color: rgb(160,6,66); }

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