#840304

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

Shades of Sangria #840304

Tints of Sangria #840304

Color information

#840304 (or 0x840304) is unknown color: approx Sangria. HEX triplet: 84, 03 and 04. RGB value is (132,3,4). Sum of RGB (Red+Green+Blue) = 132+3+4=139 (18% of max value = 765). Red value is 132 (51.95% from 255 or 94.96% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 132 - color contains mainly: red. Hex color #840304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840304 is #7BFCFB. Grayscale: #292929. Windows color (decimal): -8125692 or 263044. OLE color: 263044.

HSL color Cylindrical-coordinate representation of color #840304: hue angle of 359.53º degrees, saturation: 0.96, 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 #840304 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB13234-
CMYK00.980.970.48
HSL359.53º95.56%26.47%-
HSV(B)359.53º97.73%51.76%-
XYZ9.574.980.57-
YUV41.68106.74192.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 94.96%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=94.96%
G=2.16%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323400.980.970.48359.5395.5626.47
Hex84340626130168601a
Octal2043401421416055014032
Binary1000010011100011000101100001110000101101000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840304; }

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

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

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

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

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

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

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

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