Html Css Color HEX #A51250 Jazzberry Jam

📋 copy color: '#A51250'

red 165 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #A51250

Tints of Jazzberry Jam #A51250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

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

R = 62.74%
G = 6.84%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A51250 (or 0xA51250) is known color: Jazzberry Jam. HEX triplet: A5, 12 and 50. RGB value is (165,18,80). Sum of RGB (Red+Green+Blue) = 165+18+80=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A51250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51250 is #5AEDAF. Grayscale: #444444. Windows color (decimal): -5959088 or 5247653. OLE color: 5247653.

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

Color convert

RGB 165 18 80 -
CMYK 0 0.89 0.52 0.35
HSL 334.69º 0.8% 0.36% -
HSV(B) 334.69º 0.89% 0.65% -
XYZ 17.18 9.01 8.42 -
YUV 69.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 165 18 80 0 0.89 0.52 0.35 334.69 0.8 0.36
Hex A5 12 50 0 59 34 23 14F 50 24
Octal 245 22 120 0 131 64 43 517 120 44
Binary 10100101 10010 1010000 0 1011001 110100 100011 101001111 1010000 100100

Color Harmonies of #A51250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51250

Black with #A51250

Text Example


Text Example

White with #A51250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51250; }

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

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

background-color css

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

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

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

border-color css

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

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

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