Html Css Color HEX #A61350 Jazzberry Jam

📋 copy color: '#A61350'

red 166 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #A61350

Tints of Jazzberry Jam #A61350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 62.64%
G = 7.17%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A61350 (or 0xA61350) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 50. RGB value is (166,19,80). Sum of RGB (Red+Green+Blue) = 166+19+80=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A61350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61350 is #59ECAF. Grayscale: #454545. Windows color (decimal): -5893296 or 5247910. OLE color: 5247910.

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

Color convert

RGB 166 19 80 -
CMYK 0 0.89 0.52 0.35
HSL 335.1º 0.79% 0.36% -
HSV(B) 335.1º 0.89% 0.65% -
XYZ 17.41 9.15 8.44 -
YUV 69.91 133.7 196.54 -
System Red Green Blue C M Y K H S L
Decimal 166 19 80 0 0.89 0.52 0.35 335.1 0.79 0.36
Hex A6 13 50 0 59 34 23 14F 4F 24
Octal 246 23 120 0 131 64 43 517 117 44
Binary 10100110 10011 1010000 0 1011001 110100 100011 101001111 1001111 100100

Color Harmonies of #A61350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61350

Black with #A61350

Text Example


Text Example

White with #A61350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61350; }

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

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

background-color css

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

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

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

border-color css

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

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

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