Html Css Color HEX #A61354 Jazzberry Jam

📋 copy color: '#A61354'

red 166 ◦ green 19 ◦ blue 84

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

Shades of Jazzberry Jam #A61354

Tints of Jazzberry Jam #A61354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 61.71%
G = 7.06%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A61354 (or 0xA61354) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 54. RGB value is (166,19,84). Sum of RGB (Red+Green+Blue) = 166+19+84=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A61354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61354 is #59ECAB. Grayscale: #464646. Windows color (decimal): -5893292 or 5510054. OLE color: 5510054.

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

Color convert

RGB 166 19 84 -
CMYK 0 0.89 0.49 0.35
HSL 333.47º 0.79% 0.36% -
HSV(B) 333.47º 0.89% 0.65% -
XYZ 17.56 9.21 9.24 -
YUV 70.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 166 19 84 0 0.89 0.49 0.35 333.47 0.79 0.36
Hex A6 13 54 0 59 31 23 14D 4F 24
Octal 246 23 124 0 131 61 43 515 117 44
Binary 10100110 10011 1010100 0 1011001 110001 100011 101001101 1001111 100100

Color Harmonies of #A61354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61354

Black with #A61354

Text Example


Text Example

White with #A61354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61354; }

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

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

background-color css

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

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

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

border-color css

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

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

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