Html Css Color HEX #A00041 Jazzberry Jam

📋 copy color: '#A00041'

red 160 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #A00041

Tints of Jazzberry Jam #A00041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 71.11%
G = 0%
B = 28.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A00041 (or 0xA00041) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 41. RGB value is (160,0,65). Sum of RGB (Red+Green+Blue) = 160+0+65=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A00041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00041 is #5FFFBE. Grayscale: #373737. Windows color (decimal): -6291391 or 4260000. OLE color: 4260000.

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

Color convert

RGB 160 0 65 -
CMYK 0 1 0.59 0.37
HSL 335.63º 1% 0.31% -
HSV(B) 335.63º 1% 0.63% -
XYZ 15.45 7.86 5.7 -
YUV 55.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 160 0 65 0 1 0.59 0.37 335.63 1 0.31
Hex A0 0 41 0 64 3B 25 150 64 1F
Octal 240 0 101 0 144 73 45 520 144 37
Binary 10100000 0 1000001 0 1100100 111011 100101 101010000 1100100 11111

Color Harmonies of #A00041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00041

Black with #A00041

Text Example


Text Example

White with #A00041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00041; }

 p { color: rgb(160,0,65); }

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

background-color css

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

 a { background-color: rgb(160,0,65); }

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

border-color css

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

 span { border-color: rgb(160,0,65); }

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