Html Css Color HEX #A51551 Jazzberry Jam

📋 copy color: '#A51551'

red 165 ◦ green 21 ◦ blue 81

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

Shades of Jazzberry Jam #A51551

Tints of Jazzberry Jam #A51551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.34%

R = 61.8%
G = 7.87%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A51551 (or 0xA51551) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 51. RGB value is (165,21,81). Sum of RGB (Red+Green+Blue) = 165+21+81=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A51551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51551 is #5AEAAE. Grayscale: #464646. Windows color (decimal): -5958319 or 5313957. OLE color: 5313957.

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

Color convert

RGB 165 21 81 -
CMYK 0 0.87 0.51 0.35
HSL 335º 0.77% 0.36% -
HSV(B) 335º 0.87% 0.65% -
XYZ 17.27 9.13 8.64 -
YUV 70.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 165 21 81 0 0.87 0.51 0.35 335 0.77 0.36
Hex A5 15 51 0 57 33 23 14F 4D 24
Octal 245 25 121 0 127 63 43 517 115 44
Binary 10100101 10101 1010001 0 1010111 110011 100011 101001111 1001101 100100

Color Harmonies of #A51551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51551

Black with #A51551

Text Example


Text Example

White with #A51551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51551; }

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

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

background-color css

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

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

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

border-color css

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

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

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