#A30C4D

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

Shades of Jazzberry Jam #A30C4D

Tints of Jazzberry Jam #A30C4D

Color information

#A30C4D (or 0xA30C4D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 0C and 4D. RGB value is (163,12,77). Sum of RGB (Red+Green+Blue) = 163+12+77=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30C4D is #5CF3B2. Grayscale: #404040. Windows color (decimal): -6091699 or 5049507. OLE color: 5049507.

HSL color Cylindrical-coordinate representation of color #A30C4D: hue angle of 334.17º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30C4D is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1631277-
CMYK00.930.530.36
HSL334.17º86.29%34.31%-
HSV(B)334.17º92.64%63.92%-
XYZ16.588.597.8-
YUV64.56135.03198.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=64.68%
G=4.76%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163127700.930.530.36334.1786.2934.31
HexA3C4D05D352414e5622
Octal243141150135654451612642
Binary1010001111001001101010111011101011001001010011101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30C4D; }

 p { color: rgb(163,12,77); }

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

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

 a { background-color: rgb(163,12,77); }

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

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

 span { border-color: rgb(163,12,77); }

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