Html Css Color HEX #A00441 Jazzberry Jam

📋 copy color: '#A00441'

red 160 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #A00441

Tints of Jazzberry Jam #A00441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 69.87%
G = 1.75%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A00441 (or 0xA00441) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 41. RGB value is (160,4,65). Sum of RGB (Red+Green+Blue) = 160+4+65=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A00441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00441 is #5FFBBE. Grayscale: #393939. Windows color (decimal): -6290367 or 4261024. OLE color: 4261024.

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

Color convert

RGB 160 4 65 -
CMYK 0 0.98 0.59 0.37
HSL 336.54º 0.95% 0.32% -
HSV(B) 336.54º 0.98% 0.63% -
XYZ 15.49 7.94 5.72 -
YUV 57.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 160 4 65 0 0.98 0.59 0.37 336.54 0.95 0.32
Hex A0 4 41 0 62 3B 25 151 5F 20
Octal 240 4 101 0 142 73 45 521 137 40
Binary 10100000 100 1000001 0 1100010 111011 100101 101010001 1011111 100000

Color Harmonies of #A00441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00441

Black with #A00441

Text Example


Text Example

White with #A00441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00441; }

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

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

background-color css

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

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

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

border-color css

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

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

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