Html Css Color HEX #A61450 Jazzberry Jam

📋 copy color: '#A61450'

red 166 ◦ green 20 ◦ blue 80

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

Shades of Jazzberry Jam #A61450

Tints of Jazzberry Jam #A61450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

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

R = 62.41%
G = 7.52%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A61450 (or 0xA61450) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 50. RGB value is (166,20,80). Sum of RGB (Red+Green+Blue) = 166+20+80=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A61450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61450 is #59EBAF. Grayscale: #464646. Windows color (decimal): -5893040 or 5248166. OLE color: 5248166.

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

Color convert

RGB 166 20 80 -
CMYK 0 0.88 0.52 0.35
HSL 335.34º 0.78% 0.36% -
HSV(B) 335.34º 0.88% 0.65% -
XYZ 17.42 9.19 8.44 -
YUV 70.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 166 20 80 0 0.88 0.52 0.35 335.34 0.78 0.36
Hex A6 14 50 0 58 34 23 14F 4E 24
Octal 246 24 120 0 130 64 43 517 116 44
Binary 10100110 10100 1010000 0 1011000 110100 100011 101001111 1001110 100100

Color Harmonies of #A61450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61450

Black with #A61450

Text Example


Text Example

White with #A61450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61450; }

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

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

background-color css

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

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

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

border-color css

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

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

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