Html Css Color HEX #A00845 Jazzberry Jam

📋 copy color: '#A00845'

red 160 ◦ green 8 ◦ blue 69

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

Shades of Jazzberry Jam #A00845

Tints of Jazzberry Jam #A00845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

 BLUE value IS 69 (27.34% from 255) = 29.11%

R = 67.51%
G = 3.38%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A00845 (or 0xA00845) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 45. RGB value is (160,8,69). Sum of RGB (Red+Green+Blue) = 160+8+69=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A00845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00845 is #5FF7BA. Grayscale: #3C3C3C. Windows color (decimal): -6289339 or 4524192. OLE color: 4524192.

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

Color convert

RGB 160 8 69 -
CMYK 0 0.95 0.57 0.37
HSL 335.92º 0.9% 0.33% -
HSV(B) 335.92º 0.95% 0.63% -
XYZ 15.66 8.08 6.36 -
YUV 60.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 160 8 69 0 0.95 0.57 0.37 335.92 0.9 0.33
Hex A0 8 45 0 5F 39 25 150 5A 21
Octal 240 10 105 0 137 71 45 520 132 41
Binary 10100000 1000 1000101 0 1011111 111001 100101 101010000 1011010 100001

Color Harmonies of #A00845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00845

Black with #A00845

Text Example


Text Example

White with #A00845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00845; }

 p { color: rgb(160,8,69); }

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

background-color css

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

 a { background-color: rgb(160,8,69); }

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

border-color css

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

 span { border-color: rgb(160,8,69); }

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