#A31850

Color #A31850 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A31850

Tints of Jazzberry Jam #A31850

Color information

#A31850 (or 0xA31850) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 18 and 50. RGB value is (163,24,80). Sum of RGB (Red+Green+Blue) = 163+24+80=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31850 is #5CE7AF. Grayscale: #474747. Windows color (decimal): -6088624 or 5249187. OLE color: 5249187.

HSL color Cylindrical-coordinate representation of color #A31850: hue angle of 335.83º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31850 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1632480-
CMYK00.850.510.36
HSL335.83º74.33%36.67%-
HSV(B)335.83º85.28%63.92%-
XYZ16.889.028.44-
YUV71.94132.55192.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=61.05%
G=8.99%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163248000.850.510.36335.8374.3336.67
HexA3185005533241504a25
Octal243301200125634452011245
Binary10100011110001010000010101011100111001001010100001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31850; }

 p { color: rgb(163,24,80); }

 H1.HeaderClassName
 {
   color: #A31850;
 }
 .AnyTagClassName
 {
   color: #A31850;
 }
</style>
background-color css

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

 a { background-color: rgb(163,24,80); }

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

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

 span { border-color: rgb(163,24,80); }

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