#A20345

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

Shades of Jazzberry Jam #A20345

Tints of Jazzberry Jam #A20345

Color information

#A20345 (or 0xA20345) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 03 and 45. RGB value is (162,3,69). Sum of RGB (Red+Green+Blue) = 162+3+69=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A20345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20345 is #5DFCBA. Grayscale: #393939. Windows color (decimal): -6159547 or 4522914. OLE color: 4522914.

HSL color Cylindrical-coordinate representation of color #A20345: hue angle of 335.09º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20345 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB162369-
CMYK00.980.570.36
HSL335.09º96.36%32.35%-
HSV(B)335.09º98.15%63.53%-
XYZ16.018.186.36-
YUV58.06134.18202.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.23%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=69.23%
G=1.28%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16236900.980.570.36335.0996.3632.35
HexA2345062392414f6020
Octal24231050142714451714040
Binary10100010111000101011000101110011001001010011111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20345; }

 p { color: rgb(162,3,69); }

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

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

 a { background-color: rgb(162,3,69); }

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

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

 span { border-color: rgb(162,3,69); }

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