Html Css Color HEX #A61954 Jazzberry Jam

📋 copy color: '#A61954'

red 166 ◦ green 25 ◦ blue 84

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

Shades of Jazzberry Jam #A61954

Tints of Jazzberry Jam #A61954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.55%

R = 60.36%
G = 9.09%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A61954 (or 0xA61954) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 54. RGB value is (166,25,84). Sum of RGB (Red+Green+Blue) = 166+25+84=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A61954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61954 is #59E6AB. Grayscale: #494949. Windows color (decimal): -5891756 or 5511590. OLE color: 5511590.

HSL color Cylindrical-coordinate representation of color #A61954: hue angle of 334.89º 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 #A61954 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 84 -
CMYK 0 0.85 0.49 0.35
HSL 334.89º 0.74% 0.37% -
HSV(B) 334.89º 0.85% 0.65% -
XYZ 17.67 9.44 9.28 -
YUV 73.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 166 25 84 0 0.85 0.49 0.35 334.89 0.74 0.37
Hex A6 19 54 0 55 31 23 14F 4A 25
Octal 246 31 124 0 125 61 43 517 112 45
Binary 10100110 11001 1010100 0 1010101 110001 100011 101001111 1001010 100101

Color Harmonies of #A61954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61954

Black with #A61954

Text Example


Text Example

White with #A61954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61954; }

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

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

background-color css

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

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

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

border-color css

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

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

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