Html Css Color HEX #A60B4D Jazzberry Jam

📋 copy color: '#A60B4D'

red 166 ◦ green 11 ◦ blue 77

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

Shades of Jazzberry Jam #A60B4D

Tints of Jazzberry Jam #A60B4D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

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

R = 65.35%
G = 4.33%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A60B4D (or 0xA60B4D) is known color: Jazzberry Jam. HEX triplet: A6, 0B and 4D. RGB value is (166,11,77). Sum of RGB (Red+Green+Blue) = 166+11+77=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B4D is #59F4B2. Grayscale: #404040. Windows color (decimal): -5895347 or 5049254. OLE color: 5049254.

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

Color convert

RGB 166 11 77 -
CMYK 0 0.93 0.54 0.35
HSL 334.45º 0.88% 0.35% -
HSV(B) 334.45º 0.93% 0.65% -
XYZ 17.19 8.88 7.83 -
YUV 64.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 166 11 77 0 0.93 0.54 0.35 334.45 0.88 0.35
Hex A6 B 4D 0 5D 36 23 14E 58 23
Octal 246 13 115 0 135 66 43 516 130 43
Binary 10100110 1011 1001101 0 1011101 110110 100011 101001110 1011000 100011

Color Harmonies of #A60B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60B4D

Black with #A60B4D

Text Example


Text Example

White with #A60B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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