Html Css Color HEX #A60948 Jazzberry Jam

📋 copy color: '#A60948'

red 166 ◦ green 9 ◦ blue 72

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

Shades of Jazzberry Jam #A60948

Tints of Jazzberry Jam #A60948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 67.21%
G = 3.64%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A60948 (or 0xA60948) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 48. RGB value is (166,9,72). Sum of RGB (Red+Green+Blue) = 166+9+72=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A60948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60948 is #59F6B7. Grayscale: #3F3F3F. Windows color (decimal): -5895864 or 4721062. OLE color: 4721062.

HSL color Cylindrical-coordinate representation of color #A60948: hue angle of 335.92º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60948 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 9 72 -
CMYK 0 0.95 0.57 0.35
HSL 335.92º 0.9% 0.34% -
HSV(B) 335.92º 0.95% 0.65% -
XYZ 16.99 8.77 6.93 -
YUV 63.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 166 9 72 0 0.95 0.57 0.35 335.92 0.9 0.34
Hex A6 9 48 0 5F 39 23 150 5A 22
Octal 246 11 110 0 137 71 43 520 132 42
Binary 10100110 1001 1001000 0 1011111 111001 100011 101010000 1011010 100010

Color Harmonies of #A60948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60948

Black with #A60948

Text Example


Text Example

White with #A60948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60948; }

 p { color: rgb(166,9,72); }

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

background-color css

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

 a { background-color: rgb(166,9,72); }

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

border-color css

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

 span { border-color: rgb(166,9,72); }

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