Html Css Color HEX #A11652 Jazzberry Jam

📋 copy color: '#A11652'

red 161 ◦ green 22 ◦ blue 82

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

Shades of Jazzberry Jam #A11652

Tints of Jazzberry Jam #A11652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 60.75%
G = 8.3%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A11652 (or 0xA11652) is known color: Jazzberry Jam. HEX triplet: A1, 16 and 52. RGB value is (161,22,82). Sum of RGB (Red+Green+Blue) = 161+22+82=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A11652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11652 is #5EE9AD. Grayscale: #464646. Windows color (decimal): -6220206 or 5379745. OLE color: 5379745.

HSL color Cylindrical-coordinate representation of color #A11652: hue angle of 334.1º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11652 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 22 82 -
CMYK 0 0.86 0.49 0.37
HSL 334.1º 0.76% 0.36% -
HSV(B) 334.1º 0.86% 0.63% -
XYZ 16.51 8.76 8.8 -
YUV 70.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 161 22 82 0 0.86 0.49 0.37 334.1 0.76 0.36
Hex A1 16 52 0 56 31 25 14E 4C 24
Octal 241 26 122 0 126 61 45 516 114 44
Binary 10100001 10110 1010010 0 1010110 110001 100101 101001110 1001100 100100

Color Harmonies of #A11652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11652

Black with #A11652

Text Example


Text Example

White with #A11652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11652; }

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

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

background-color css

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

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

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

border-color css

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

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

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