Html Css Color HEX #A11D5B Jazzberry Jam

📋 copy color: '#A11D5B'

red 161 ◦ green 29 ◦ blue 91

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

Shades of Jazzberry Jam #A11D5B

Tints of Jazzberry Jam #A11D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.32%

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 57.3%
G = 10.32%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A11D5B (or 0xA11D5B) is known color: Jazzberry Jam. HEX triplet: A1, 1D and 5B. RGB value is (161,29,91). Sum of RGB (Red+Green+Blue) = 161+29+91=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D5B is #5EE2A4. Grayscale: #4B4B4B. Windows color (decimal): -6218405 or 5971361. OLE color: 5971361.

HSL color Cylindrical-coordinate representation of color #A11D5B: hue angle of 331.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D5B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 29 91 -
CMYK 0 0.82 0.43 0.37
HSL 331.82º 0.69% 0.37% -
HSV(B) 331.82º 0.82% 0.63% -
XYZ 17.03 9.21 10.78 -
YUV 75.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 161 29 91 0 0.82 0.43 0.37 331.82 0.69 0.37
Hex A1 1D 5B 0 52 2B 25 14C 45 25
Octal 241 35 133 0 122 53 45 514 105 45
Binary 10100001 11101 1011011 0 1010010 101011 100101 101001100 1000101 100101

Color Harmonies of #A11D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D5B

Black with #A11D5B

Text Example


Text Example

White with #A11D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D5B; }

 p { color: rgb(161,29,91); }

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

background-color css

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

 a { background-color: rgb(161,29,91); }

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

border-color css

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

 span { border-color: rgb(161,29,91); }

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