Html Css Color HEX #A1134D Jazzberry Jam

📋 copy color: '#A1134D'

red 161 ◦ green 19 ◦ blue 77

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

Shades of Jazzberry Jam #A1134D

Tints of Jazzberry Jam #A1134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 62.65%
G = 7.39%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A1134D (or 0xA1134D) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 4D. RGB value is (161,19,77). Sum of RGB (Red+Green+Blue) = 161+19+77=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A1134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1134D is #5EECB2. Grayscale: #434343. Windows color (decimal): -6220979 or 5051297. OLE color: 5051297.

HSL color Cylindrical-coordinate representation of color #A1134D: hue angle of 335.49º degrees, saturation: 0.79, 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 #A1134D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 19 77 -
CMYK 0 0.88 0.52 0.37
HSL 335.49º 0.79% 0.35% -
HSV(B) 335.49º 0.88% 0.63% -
XYZ 16.27 8.58 7.82 -
YUV 68.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 161 19 77 0 0.88 0.52 0.37 335.49 0.79 0.35
Hex A1 13 4D 0 58 34 25 14F 4F 23
Octal 241 23 115 0 130 64 45 517 117 43
Binary 10100001 10011 1001101 0 1011000 110100 100101 101001111 1001111 100011

Color Harmonies of #A1134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1134D

Black with #A1134D

Text Example


Text Example

White with #A1134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1134D; }

 p { color: rgb(161,19,77); }

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

background-color css

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

 a { background-color: rgb(161,19,77); }

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

border-color css

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

 span { border-color: rgb(161,19,77); }

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