Html Css Color HEX #A11D5D Jazzberry Jam

📋 copy color: '#A11D5D'

red 161 ◦ green 29 ◦ blue 93

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

Shades of Jazzberry Jam #A11D5D

Tints of Jazzberry Jam #A11D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 56.89%
G = 10.25%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A11D5D (or 0xA11D5D) is known color: Jazzberry Jam. HEX triplet: A1, 1D and 5D. RGB value is (161,29,93). Sum of RGB (Red+Green+Blue) = 161+29+93=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D5D is #5EE2A2. Grayscale: #4B4B4B. Windows color (decimal): -6218403 or 6102433. OLE color: 6102433.

HSL color Cylindrical-coordinate representation of color #A11D5D: hue angle of 330.91º 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 #A11D5D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 29 93 -
CMYK 0 0.82 0.42 0.37
HSL 330.91º 0.69% 0.37% -
HSV(B) 330.91º 0.82% 0.63% -
XYZ 17.11 9.25 11.24 -
YUV 75.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 161 29 93 0 0.82 0.42 0.37 330.91 0.69 0.37
Hex A1 1D 5D 0 52 2A 25 14B 45 25
Octal 241 35 135 0 122 52 45 513 105 45
Binary 10100001 11101 1011101 0 1010010 101010 100101 101001011 1000101 100101

Color Harmonies of #A11D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D5D

Black with #A11D5D

Text Example


Text Example

White with #A11D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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