Html Css Color HEX #A51350 Jazzberry Jam

📋 copy color: '#A51350'

red 165 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #A51350

Tints of Jazzberry Jam #A51350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 62.5%
G = 7.2%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A51350 (or 0xA51350) is known color: Jazzberry Jam. HEX triplet: A5, 13 and 50. RGB value is (165,19,80). Sum of RGB (Red+Green+Blue) = 165+19+80=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A51350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51350 is #5AECAF. Grayscale: #454545. Windows color (decimal): -5958832 or 5247909. OLE color: 5247909.

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

Color convert

RGB 165 19 80 -
CMYK 0 0.88 0.52 0.35
HSL 334.93º 0.79% 0.36% -
HSV(B) 334.93º 0.88% 0.65% -
XYZ 17.2 9.04 8.43 -
YUV 69.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 165 19 80 0 0.88 0.52 0.35 334.93 0.79 0.36
Hex A5 13 50 0 58 34 23 14F 4F 24
Octal 245 23 120 0 130 64 43 517 117 44
Binary 10100101 10011 1010000 0 1011000 110100 100011 101001111 1001111 100100

Color Harmonies of #A51350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51350

Black with #A51350

Text Example


Text Example

White with #A51350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51350; }

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

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

background-color css

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

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

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

border-color css

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

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

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