Html Css Color HEX #A00542 Jazzberry Jam

📋 copy color: '#A00542'

red 160 ◦ green 5 ◦ blue 66

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

Shades of Jazzberry Jam #A00542

Tints of Jazzberry Jam #A00542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 69.26%
G = 2.16%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A00542 (or 0xA00542) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 42. RGB value is (160,5,66). Sum of RGB (Red+Green+Blue) = 160+5+66=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A00542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00542 is #5FFABD. Grayscale: #3A3A3A. Windows color (decimal): -6290110 or 4326816. OLE color: 4326816.

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

Color convert

RGB 160 5 66 -
CMYK 0 0.97 0.59 0.37
HSL 336.39º 0.94% 0.32% -
HSV(B) 336.39º 0.97% 0.63% -
XYZ 15.53 7.98 5.87 -
YUV 58.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 160 5 66 0 0.97 0.59 0.37 336.39 0.94 0.32
Hex A0 5 42 0 61 3B 25 150 5E 20
Octal 240 5 102 0 141 73 45 520 136 40
Binary 10100000 101 1000010 0 1100001 111011 100101 101010000 1011110 100000

Color Harmonies of #A00542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00542

Black with #A00542

Text Example


Text Example

White with #A00542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00542; }

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

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

background-color css

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

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

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

border-color css

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

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

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