Html Css Color HEX #A11252 Jazzberry Jam

📋 copy color: '#A11252'

red 161 ◦ green 18 ◦ blue 82

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

Shades of Jazzberry Jam #A11252

Tints of Jazzberry Jam #A11252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 82 (32.42% from 255) = 31.42%

R = 61.69%
G = 6.9%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A11252 (or 0xA11252) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 52. RGB value is (161,18,82). Sum of RGB (Red+Green+Blue) = 161+18+82=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A11252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11252 is #5EEDAD. Grayscale: #434343. Windows color (decimal): -6221230 or 5378721. OLE color: 5378721.

HSL color Cylindrical-coordinate representation of color #A11252: hue angle of 333.15º degrees, saturation: 0.8, 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 #A11252 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 82 -
CMYK 0 0.89 0.49 0.37
HSL 333.15º 0.8% 0.35% -
HSV(B) 333.15º 0.89% 0.63% -
XYZ 16.44 8.62 8.78 -
YUV 68.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 161 18 82 0 0.89 0.49 0.37 333.15 0.8 0.35
Hex A1 12 52 0 59 31 25 14D 50 23
Octal 241 22 122 0 131 61 45 515 120 43
Binary 10100001 10010 1010010 0 1011001 110001 100101 101001101 1010000 100011

Color Harmonies of #A11252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11252

Black with #A11252

Text Example


Text Example

White with #A11252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11252; }

 p { color: rgb(161,18,82); }

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

background-color css

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

 a { background-color: rgb(161,18,82); }

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

border-color css

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

 span { border-color: rgb(161,18,82); }

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