#841114

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

Shades of Sangria #841114

Tints of Sangria #841114

Color information

#841114 (or 0x841114) is unknown color: approx Sangria. HEX triplet: 84, 11 and 14. RGB value is (132,17,20). Sum of RGB (Red+Green+Blue) = 132+17+20=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #841114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841114 is #7BEEEB. Grayscale: #333333. Windows color (decimal): -8122092 or 1315204. OLE color: 1315204.

HSL color Cylindrical-coordinate representation of color #841114: hue angle of 358.43º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841114 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB1321720-
CMYK00.870.850.48
HSL358.43º77.18%29.22%-
HSV(B)358.43º87.12%51.76%-
XYZ9.845.361.18-
YUV51.73110.1185.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 78.11%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=78.11%
G=10.06%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132172000.870.850.48358.4377.1829.22
Hex84111405755301664d1d
Octal204212401271256054611535
Binary100001001000110100010101111010101110000101100110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841114; }

 p { color: rgb(132,17,20); }

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

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

 a { background-color: rgb(132,17,20); }

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

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

 span { border-color: rgb(132,17,20); }

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