#840003

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

Shades of Sangria #840003

Tints of Sangria #840003

Color information

#840003 (or 0x840003) is unknown color: approx Sangria. HEX triplet: 84, 00 and 03. RGB value is (132,0,3). Sum of RGB (Red+Green+Blue) = 132+0+3=135 (17% of max value = 765). Red value is 132 (51.95% from 255 or 97.78% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 132 - color contains mainly: red. Hex color #840003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840003 is #7BFFFC. Grayscale: #272727. Windows color (decimal): -8126461 or 196740. OLE color: 196740.

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

Color convert

RGB13203-
CMYK010.980.48
HSL358.64º100%25.88%-
HSV(B)358.64º100%51.76%-
XYZ9.534.910.53-
YUV39.81107.23193.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 97.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 2.22%
R=97.78%
G=0%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13203010.980.48358.6410025.88
Hex84030646230167641a
Octal2040301441426054714432
Binary10000100011011001001100010110000101100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840003; }

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

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

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

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

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

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

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

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