Html Css Color HEX #A61352 Jazzberry Jam

📋 copy color: '#A61352'

red 166 ◦ green 19 ◦ blue 82

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

Shades of Jazzberry Jam #A61352

Tints of Jazzberry Jam #A61352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 62.17%
G = 7.12%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A61352 (or 0xA61352) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 52. RGB value is (166,19,82). Sum of RGB (Red+Green+Blue) = 166+19+82=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A61352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61352 is #59ECAD. Grayscale: #464646. Windows color (decimal): -5893294 or 5378982. OLE color: 5378982.

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

Color convert

RGB 166 19 82 -
CMYK 0 0.89 0.51 0.35
HSL 334.29º 0.79% 0.36% -
HSV(B) 334.29º 0.89% 0.65% -
XYZ 17.48 9.18 8.83 -
YUV 70.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 166 19 82 0 0.89 0.51 0.35 334.29 0.79 0.36
Hex A6 13 52 0 59 33 23 14E 4F 24
Octal 246 23 122 0 131 63 43 516 117 44
Binary 10100110 10011 1010010 0 1011001 110011 100011 101001110 1001111 100100

Color Harmonies of #A61352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61352

Black with #A61352

Text Example


Text Example

White with #A61352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61352; }

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

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

background-color css

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

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

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

border-color css

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

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

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