Html Css Color HEX #A11752 Jazzberry Jam

📋 copy color: '#A11752'

red 161 ◦ green 23 ◦ blue 82

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

Shades of Jazzberry Jam #A11752

Tints of Jazzberry Jam #A11752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 60.53%
G = 8.65%
B = 30.83%

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

#A11752 (or 0xA11752) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 52. RGB value is (161,23,82). Sum of RGB (Red+Green+Blue) = 161+23+82=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A11752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11752 is #5EE8AD. Grayscale: #464646. Windows color (decimal): -6219950 or 5380001. OLE color: 5380001.

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

Color convert

RGB 161 23 82 -
CMYK 0 0.86 0.49 0.37
HSL 334.35º 0.75% 0.36% -
HSV(B) 334.35º 0.86% 0.63% -
XYZ 16.53 8.8 8.81 -
YUV 70.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 161 23 82 0 0.86 0.49 0.37 334.35 0.75 0.36
Hex A1 17 52 0 56 31 25 14E 4B 24
Octal 241 27 122 0 126 61 45 516 113 44
Binary 10100001 10111 1010010 0 1010110 110001 100101 101001110 1001011 100100

Color Harmonies of #A11752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11752

Black with #A11752

Text Example


Text Example

White with #A11752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11752; }

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

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

background-color css

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

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

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

border-color css

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

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

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