Html Css Color HEX #A00848 Jazzberry Jam

📋 copy color: '#A00848'

red 160 ◦ green 8 ◦ blue 72

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

Shades of Jazzberry Jam #A00848

Tints of Jazzberry Jam #A00848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30%

R = 66.67%
G = 3.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A00848 (or 0xA00848) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 48. RGB value is (160,8,72). Sum of RGB (Red+Green+Blue) = 160+8+72=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A00848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00848 is #5FF7B7. Grayscale: #3C3C3C. Windows color (decimal): -6289336 or 4720800. OLE color: 4720800.

HSL color Cylindrical-coordinate representation of color #A00848: hue angle of 334.74º 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 #A00848 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 72 -
CMYK 0 0.95 0.55 0.37
HSL 334.74º 0.9% 0.33% -
HSV(B) 334.74º 0.95% 0.63% -
XYZ 15.75 8.12 6.87 -
YUV 60.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 160 8 72 0 0.95 0.55 0.37 334.74 0.9 0.33
Hex A0 8 48 0 5F 37 25 14F 5A 21
Octal 240 10 110 0 137 67 45 517 132 41
Binary 10100000 1000 1001000 0 1011111 110111 100101 101001111 1011010 100001

Color Harmonies of #A00848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00848

Black with #A00848

Text Example


Text Example

White with #A00848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00848; }

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

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

background-color css

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

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

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

border-color css

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

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

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