#841314

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

Shades of Sangria #841314

Tints of Sangria #841314

Color information

#841314 (or 0x841314) is unknown color: approx Sangria. HEX triplet: 84, 13 and 14. RGB value is (132,19,20). Sum of RGB (Red+Green+Blue) = 132+19+20=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841314 is #7BECEB. Grayscale: #353535. Windows color (decimal): -8121580 or 1315716. OLE color: 1315716.

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

Color convert

RGB1321920-
CMYK00.860.850.48
HSL359.47º74.83%29.61%-
HSV(B)359.47º85.61%51.76%-
XYZ9.875.421.19-
YUV52.9109.44184.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=77.19%
G=11.11%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132192000.860.850.48359.4774.8329.61
Hex84131405655301674b1e
Octal204232401261256054711336
Binary100001001001110100010101101010101110000101100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841314; }

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

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

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

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

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

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

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

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