Html Css Color HEX #A61953 Jazzberry Jam

📋 copy color: '#A61953'

red 166 ◦ green 25 ◦ blue 83

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

Shades of Jazzberry Jam #A61953

Tints of Jazzberry Jam #A61953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 83 (32.81% from 255) = 30.29%

R = 60.58%
G = 9.12%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A61953 (or 0xA61953) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 53. RGB value is (166,25,83). Sum of RGB (Red+Green+Blue) = 166+25+83=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A61953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61953 is #59E6AC. Grayscale: #494949. Windows color (decimal): -5891757 or 5446054. OLE color: 5446054.

HSL color Cylindrical-coordinate representation of color #A61953: hue angle of 335.32º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61953 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 83 -
CMYK 0 0.85 0.50 0.35
HSL 335.32º 0.74% 0.37% -
HSV(B) 335.32º 0.85% 0.65% -
XYZ 17.63 9.43 9.07 -
YUV 73.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 166 25 83 0 0.85 0.50 0.35 335.32 0.74 0.37
Hex A6 19 53 0 55 32 23 14F 4A 25
Octal 246 31 123 0 125 62 43 517 112 45
Binary 10100110 11001 1010011 0 1010101 110010 100011 101001111 1001010 100101

Color Harmonies of #A61953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61953

Black with #A61953

Text Example


Text Example

White with #A61953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61953; }

 p { color: rgb(166,25,83); }

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

background-color css

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

 a { background-color: rgb(166,25,83); }

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

border-color css

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

 span { border-color: rgb(166,25,83); }

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