Html Css Color HEX #A51455 Jazzberry Jam

📋 copy color: '#A51455'

red 165 ◦ green 20 ◦ blue 85

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

Shades of Jazzberry Jam #A51455

Tints of Jazzberry Jam #A51455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 61.11%
G = 7.41%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A51455 (or 0xA51455) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 55. RGB value is (165,20,85). Sum of RGB (Red+Green+Blue) = 165+20+85=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A51455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51455 is #5AEBAA. Grayscale: #464646. Windows color (decimal): -5958571 or 5575845. OLE color: 5575845.

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

Color convert

RGB 165 20 85 -
CMYK 0 0.88 0.48 0.35
HSL 333.1º 0.78% 0.36% -
HSV(B) 333.1º 0.88% 0.65% -
XYZ 17.41 9.16 9.44 -
YUV 70.77 136.04 195.21 -
System Red Green Blue C M Y K H S L
Decimal 165 20 85 0 0.88 0.48 0.35 333.1 0.78 0.36
Hex A5 14 55 0 58 30 23 14D 4E 24
Octal 245 24 125 0 130 60 43 515 116 44
Binary 10100101 10100 1010101 0 1011000 110000 100011 101001101 1001110 100100

Color Harmonies of #A51455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51455

Black with #A51455

Text Example


Text Example

White with #A51455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51455; }

 p { color: rgb(165,20,85); }

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

background-color css

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

 a { background-color: rgb(165,20,85); }

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

border-color css

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

 span { border-color: rgb(165,20,85); }

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