#840203

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

Shades of Sangria #840203

Tints of Sangria #840203

Color information

#840203 (or 0x840203) is unknown color: approx Sangria. HEX triplet: 84, 02 and 03. RGB value is (132,2,3). Sum of RGB (Red+Green+Blue) = 132+2+3=137 (18% of max value = 765). Red value is 132 (51.95% from 255 or 96.35% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 132 - color contains mainly: red. Hex color #840203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840203 is #7BFDFC. Grayscale: #292929. Windows color (decimal): -8125949 or 197252. OLE color: 197252.

HSL color Cylindrical-coordinate representation of color #840203: hue angle of 359.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840203 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB13223-
CMYK00.980.980.48
HSL359.54º97.01%26.27%-
HSV(B)359.54º98.48%51.76%-
XYZ9.554.960.54-
YUV40.98106.57192.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 96.35%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 3 (1.56% from 255) = 2.19%
R=96.35%
G=1.46%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322300.980.980.48359.5497.0126.27
Hex84230626230168611a
Octal2042301421426055014132
Binary100001001011011000101100010110000101101000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840203; }

 p { color: rgb(132,2,3); }

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

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

 a { background-color: rgb(132,2,3); }

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

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

 span { border-color: rgb(132,2,3); }

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