#841315

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

Shades of Sangria #841315

Tints of Sangria #841315

Color information

#841315 (or 0x841315) is unknown color: approx Sangria. HEX triplet: 84, 13 and 15. RGB value is (132,19,21). Sum of RGB (Red+Green+Blue) = 132+19+21=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #841315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841315 is #7BECEA. Grayscale: #353535. Windows color (decimal): -8121579 or 1381252. OLE color: 1381252.

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

Color convert

RGB1321921-
CMYK00.860.840.48
HSL358.94º74.83%29.61%-
HSV(B)358.94º85.61%51.76%-
XYZ9.885.431.24-
YUV53.01109.94184.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.74%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 21 (8.59% from 255) = 12.21%
R=76.74%
G=11.05%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132192100.860.840.48358.9474.8329.61
Hex84131505654301674b1e
Octal204232501261246054711336
Binary100001001001110101010101101010100110000101100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841315; }

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

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

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

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

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

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

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

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