Html Css Color HEX #A51652 Jazzberry Jam

📋 copy color: '#A51652'

red 165 ◦ green 22 ◦ blue 82

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

Shades of Jazzberry Jam #A51652

Tints of Jazzberry Jam #A51652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 61.34%
G = 8.18%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A51652 (or 0xA51652) is known color: Jazzberry Jam. HEX triplet: A5, 16 and 52. RGB value is (165,22,82). Sum of RGB (Red+Green+Blue) = 165+22+82=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A51652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51652 is #5AE9AD. Grayscale: #474747. Windows color (decimal): -5958062 or 5379749. OLE color: 5379749.

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

Color convert

RGB 165 22 82 -
CMYK 0 0.87 0.50 0.35
HSL 334.83º 0.76% 0.37% -
HSV(B) 334.83º 0.87% 0.65% -
XYZ 17.33 9.18 8.84 -
YUV 71.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 165 22 82 0 0.87 0.50 0.35 334.83 0.76 0.37
Hex A5 16 52 0 57 32 23 14F 4C 25
Octal 245 26 122 0 127 62 43 517 114 45
Binary 10100101 10110 1010010 0 1010111 110010 100011 101001111 1001100 100101

Color Harmonies of #A51652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51652

Black with #A51652

Text Example


Text Example

White with #A51652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51652; }

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

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

background-color css

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

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

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

border-color css

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

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

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