Html Css Color HEX #A0024D Jazzberry Jam

📋 copy color: '#A0024D'

red 160 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #A0024D

Tints of Jazzberry Jam #A0024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 77 (30.47% from 255) = 32.22%

R = 66.95%
G = 0.84%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0024D (or 0xA0024D) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 4D. RGB value is (160,2,77). Sum of RGB (Red+Green+Blue) = 160+2+77=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0024D is #5FFDB2. Grayscale: #393939. Windows color (decimal): -6290867 or 5046944. OLE color: 5046944.

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

Color convert

RGB 160 2 77 -
CMYK 0 0.99 0.52 0.37
HSL 331.52º 0.98% 0.32% -
HSV(B) 331.52º 0.99% 0.63% -
XYZ 15.86 8.05 7.74 -
YUV 57.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 160 2 77 0 0.99 0.52 0.37 331.52 0.98 0.32
Hex A0 2 4D 0 63 34 25 14C 62 20
Octal 240 2 115 0 143 64 45 514 142 40
Binary 10100000 10 1001101 0 1100011 110100 100101 101001100 1100010 100000

Color Harmonies of #A0024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0024D

Black with #A0024D

Text Example


Text Example

White with #A0024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0024D; }

 p { color: rgb(160,2,77); }

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

background-color css

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

 a { background-color: rgb(160,2,77); }

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

border-color css

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

 span { border-color: rgb(160,2,77); }

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