Html Css Color HEX #A11243 Jazzberry Jam

📋 copy color: '#A11243'

red 161 ◦ green 18 ◦ blue 67

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

Shades of Jazzberry Jam #A11243

Tints of Jazzberry Jam #A11243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 67 (26.56% from 255) = 27.24%

R = 65.45%
G = 7.32%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A11243 (or 0xA11243) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 43. RGB value is (161,18,67). Sum of RGB (Red+Green+Blue) = 161+18+67=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A11243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11243 is #5EEDBC. Grayscale: #424242. Windows color (decimal): -6221245 or 4395681. OLE color: 4395681.

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

Color convert

RGB 161 18 67 -
CMYK 0 0.89 0.58 0.37
HSL 339.44º 0.8% 0.35% -
HSV(B) 339.44º 0.89% 0.63% -
XYZ 15.93 8.41 6.09 -
YUV 66.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 161 18 67 0 0.89 0.58 0.37 339.44 0.8 0.35
Hex A1 12 43 0 59 3A 25 153 50 23
Octal 241 22 103 0 131 72 45 523 120 43
Binary 10100001 10010 1000011 0 1011001 111010 100101 101010011 1010000 100011

Color Harmonies of #A11243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11243

Black with #A11243

Text Example


Text Example

White with #A11243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11243; }

 p { color: rgb(161,18,67); }

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

background-color css

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

 a { background-color: rgb(161,18,67); }

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

border-color css

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

 span { border-color: rgb(161,18,67); }

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