Html Css Color HEX #A11142 Jazzberry Jam

📋 copy color: '#A11142'

red 161 ◦ green 17 ◦ blue 66

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

Shades of Jazzberry Jam #A11142

Tints of Jazzberry Jam #A11142

RGB

 RED value IS 161 (63.28% from 255) = 65.98%

 GREEN value IS 17 (7.03% from 255) = 6.97%

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

R = 65.98%
G = 6.97%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A11142 (or 0xA11142) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 42. RGB value is (161,17,66). Sum of RGB (Red+Green+Blue) = 161+17+66=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A11142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11142 is #5EEEBD. Grayscale: #414141. Windows color (decimal): -6221502 or 4329889. OLE color: 4329889.

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

Color convert

RGB 161 17 66 -
CMYK 0 0.89 0.59 0.37
HSL 339.58º 0.81% 0.35% -
HSV(B) 339.58º 0.89% 0.63% -
XYZ 15.88 8.37 5.93 -
YUV 65.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 161 17 66 0 0.89 0.59 0.37 339.58 0.81 0.35
Hex A1 11 42 0 59 3B 25 154 51 23
Octal 241 21 102 0 131 73 45 524 121 43
Binary 10100001 10001 1000010 0 1011001 111011 100101 101010100 1010001 100011

Color Harmonies of #A11142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11142

Black with #A11142

Text Example


Text Example

White with #A11142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11142; }

 p { color: rgb(161,17,66); }

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

background-color css

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

 a { background-color: rgb(161,17,66); }

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

border-color css

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

 span { border-color: rgb(161,17,66); }

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