Html Css Color HEX #A51550 Jazzberry Jam

📋 copy color: '#A51550'

red 165 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #A51550

Tints of Jazzberry Jam #A51550

RGB

 RED value IS 165 (64.84% from 255) = 62.03%

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 62.03%
G = 7.89%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A51550 (or 0xA51550) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 50. RGB value is (165,21,80). Sum of RGB (Red+Green+Blue) = 165+21+80=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A51550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51550 is #5AEAAF. Grayscale: #464646. Windows color (decimal): -5958320 or 5248421. OLE color: 5248421.

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

Color convert

RGB 165 21 80 -
CMYK 0 0.87 0.52 0.35
HSL 335.42º 0.77% 0.36% -
HSV(B) 335.42º 0.87% 0.65% -
XYZ 17.23 9.11 8.44 -
YUV 70.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 165 21 80 0 0.87 0.52 0.35 335.42 0.77 0.36
Hex A5 15 50 0 57 34 23 14F 4D 24
Octal 245 25 120 0 127 64 43 517 115 44
Binary 10100101 10101 1010000 0 1010111 110100 100011 101001111 1001101 100100

Color Harmonies of #A51550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51550

Black with #A51550

Text Example


Text Example

White with #A51550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51550; }

 p { color: rgb(165,21,80); }

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

background-color css

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

 a { background-color: rgb(165,21,80); }

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

border-color css

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

 span { border-color: rgb(165,21,80); }

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