Html Css Color HEX #A00D51 Jazzberry Jam

📋 copy color: '#A00D51'

red 160 ◦ green 13 ◦ blue 81

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

Shades of Jazzberry Jam #A00D51

Tints of Jazzberry Jam #A00D51

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.12%

 BLUE value IS 81 (32.03% from 255) = 31.89%

R = 62.99%
G = 5.12%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A00D51 (or 0xA00D51) is known color: Jazzberry Jam. HEX triplet: A0, 0D and 51. RGB value is (160,13,81). Sum of RGB (Red+Green+Blue) = 160+13+81=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00D51 is #5FF2AE. Grayscale: #404040. Windows color (decimal): -6288047 or 5311904. OLE color: 5311904.

HSL color Cylindrical-coordinate representation of color #A00D51: hue angle of 332.24º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D51 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 13 81 -
CMYK 0 0.92 0.49 0.37
HSL 332.24º 0.85% 0.34% -
HSV(B) 332.24º 0.92% 0.63% -
XYZ 16.13 8.36 8.55 -
YUV 64.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 160 13 81 0 0.92 0.49 0.37 332.24 0.85 0.34
Hex A0 D 51 0 5C 31 25 14C 55 22
Octal 240 15 121 0 134 61 45 514 125 42
Binary 10100000 1101 1010001 0 1011100 110001 100101 101001100 1010101 100010

Color Harmonies of #A00D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D51

Black with #A00D51

Text Example


Text Example

White with #A00D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D51; }

 p { color: rgb(160,13,81); }

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

background-color css

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

 a { background-color: rgb(160,13,81); }

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

border-color css

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

 span { border-color: rgb(160,13,81); }

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