Html Css Color HEX #A51452 Jazzberry Jam

📋 copy color: '#A51452'

red 165 ◦ green 20 ◦ blue 82

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

Shades of Jazzberry Jam #A51452

Tints of Jazzberry Jam #A51452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 61.8%
G = 7.49%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A51452 (or 0xA51452) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 52. RGB value is (165,20,82). Sum of RGB (Red+Green+Blue) = 165+20+82=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A51452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51452 is #5AEBAD. Grayscale: #464646. Windows color (decimal): -5958574 or 5379237. OLE color: 5379237.

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

Color convert

RGB 165 20 82 -
CMYK 0 0.88 0.50 0.35
HSL 334.34º 0.78% 0.36% -
HSV(B) 334.34º 0.88% 0.65% -
XYZ 17.29 9.11 8.83 -
YUV 70.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 165 20 82 0 0.88 0.50 0.35 334.34 0.78 0.36
Hex A5 14 52 0 58 32 23 14E 4E 24
Octal 245 24 122 0 130 62 43 516 116 44
Binary 10100101 10100 1010010 0 1011000 110010 100011 101001110 1001110 100100

Color Harmonies of #A51452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51452

Black with #A51452

Text Example


Text Example

White with #A51452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51452; }

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

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

background-color css

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

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

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

border-color css

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

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

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