Html Css Color HEX #A6144D Jazzberry Jam

📋 copy color: '#A6144D'

red 166 ◦ green 20 ◦ blue 77

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

Shades of Jazzberry Jam #A6144D

Tints of Jazzberry Jam #A6144D

RGB

 RED value IS 166 (65.23% from 255) = 63.12%

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

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

R = 63.12%
G = 7.6%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6144D (or 0xA6144D) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 4D. RGB value is (166,20,77). Sum of RGB (Red+Green+Blue) = 166+20+77=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6144D is #59EBB2. Grayscale: #464646. Windows color (decimal): -5893043 or 5051558. OLE color: 5051558.

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

Color convert

RGB 166 20 77 -
CMYK 0 0.88 0.54 0.35
HSL 336.58º 0.78% 0.36% -
HSV(B) 336.58º 0.88% 0.65% -
XYZ 17.32 9.14 7.87 -
YUV 70.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 166 20 77 0 0.88 0.54 0.35 336.58 0.78 0.36
Hex A6 14 4D 0 58 36 23 151 4E 24
Octal 246 24 115 0 130 66 43 521 116 44
Binary 10100110 10100 1001101 0 1011000 110110 100011 101010001 1001110 100100

Color Harmonies of #A6144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6144D

Black with #A6144D

Text Example


Text Example

White with #A6144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6144D; }

 p { color: rgb(166,20,77); }

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

background-color css

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

 a { background-color: rgb(166,20,77); }

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

border-color css

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

 span { border-color: rgb(166,20,77); }

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