Html Css Color HEX #A51450 Jazzberry Jam

📋 copy color: '#A51450'

red 165 ◦ green 20 ◦ blue 80

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

Shades of Jazzberry Jam #A51450

Tints of Jazzberry Jam #A51450

RGB

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

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

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

R = 62.26%
G = 7.55%
B = 30.19%

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

#A51450 (or 0xA51450) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 50. RGB value is (165,20,80). Sum of RGB (Red+Green+Blue) = 165+20+80=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A51450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51450 is #5AEBAF. Grayscale: #464646. Windows color (decimal): -5958576 or 5248165. OLE color: 5248165.

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

Color convert

RGB 165 20 80 -
CMYK 0 0.88 0.52 0.35
HSL 335.17º 0.78% 0.36% -
HSV(B) 335.17º 0.88% 0.65% -
XYZ 17.22 9.08 8.43 -
YUV 70.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 165 20 80 0 0.88 0.52 0.35 335.17 0.78 0.36
Hex A5 14 50 0 58 34 23 14F 4E 24
Octal 245 24 120 0 130 64 43 517 116 44
Binary 10100101 10100 1010000 0 1011000 110100 100011 101001111 1001110 100100

Color Harmonies of #A51450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51450

Black with #A51450

Text Example


Text Example

White with #A51450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51450; }

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

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

background-color css

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

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

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

border-color css

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

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

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