Html Css Color HEX #A11450 Jazzberry Jam

📋 copy color: '#A11450'

red 161 ◦ green 20 ◦ blue 80

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

Shades of Jazzberry Jam #A11450

Tints of Jazzberry Jam #A11450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 61.69%
G = 7.66%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A11450 (or 0xA11450) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 50. RGB value is (161,20,80). Sum of RGB (Red+Green+Blue) = 161+20+80=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A11450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11450 is #5EEBAF. Grayscale: #444444. Windows color (decimal): -6220720 or 5248161. OLE color: 5248161.

HSL color Cylindrical-coordinate representation of color #A11450: hue angle of 334.47º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11450 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 80 -
CMYK 0 0.88 0.50 0.37
HSL 334.47º 0.78% 0.35% -
HSV(B) 334.47º 0.88% 0.63% -
XYZ 16.4 8.66 8.4 -
YUV 69 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 161 20 80 0 0.88 0.50 0.37 334.47 0.78 0.35
Hex A1 14 50 0 58 32 25 14E 4E 23
Octal 241 24 120 0 130 62 45 516 116 43
Binary 10100001 10100 1010000 0 1011000 110010 100101 101001110 1001110 100011

Color Harmonies of #A11450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11450

Black with #A11450

Text Example


Text Example

White with #A11450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11450; }

 p { color: rgb(161,20,80); }

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

background-color css

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

 a { background-color: rgb(161,20,80); }

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

border-color css

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

 span { border-color: rgb(161,20,80); }

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