#840305

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

Shades of Sangria #840305

Tints of Sangria #840305

Color information

#840305 (or 0x840305) is unknown color: approx Sangria. HEX triplet: 84, 03 and 05. RGB value is (132,3,5). Sum of RGB (Red+Green+Blue) = 132+3+5=140 (18% of max value = 765). Red value is 132 (51.95% from 255 or 94.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 132 - color contains mainly: red. Hex color #840305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840305 is #7BFCFA. Grayscale: #292929. Windows color (decimal): -8125691 or 328580. OLE color: 328580.

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

Color convert

RGB13235-
CMYK00.980.960.48
HSL359.07º95.56%26.47%-
HSV(B)359.07º97.73%51.76%-
XYZ9.584.980.6-
YUV41.8107.24192.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 94.29%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=94.29%
G=2.14%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323500.980.960.48359.0795.5626.47
Hex84350626030167601a
Octal2043501421406054714032
Binary1000010011101011000101100000110000101100111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840305; }

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

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

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

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

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

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

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

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