#A3184E

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

Shades of Jazzberry Jam #A3184E

Tints of Jazzberry Jam #A3184E

Color information

#A3184E (or 0xA3184E) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 18 and 4E. RGB value is (163,24,78). Sum of RGB (Red+Green+Blue) = 163+24+78=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A3184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3184E is #5CE7B1. Grayscale: #474747. Windows color (decimal): -6088626 or 5118115. OLE color: 5118115.

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

Color convert

RGB1632478-
CMYK00.850.520.36
HSL336.69º74.33%36.67%-
HSV(B)336.69º85.28%63.92%-
XYZ16.818.998.06-
YUV71.72131.55193.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=61.51%
G=9.06%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163247800.850.520.36336.6974.3336.67
HexA3184E05534241514a25
Octal243301160125644452111245
Binary10100011110001001110010101011101001001001010100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3184E; }

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

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

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

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

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

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

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

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