#841015

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

Shades of Sangria #841015

Tints of Sangria #841015

Color information

#841015 (or 0x841015) is unknown color: approx Sangria. HEX triplet: 84, 10 and 15. RGB value is (132,16,21). Sum of RGB (Red+Green+Blue) = 132+16+21=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #841015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841015 is #7BEFEA. Grayscale: #333333. Windows color (decimal): -8122347 or 1380484. OLE color: 1380484.

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

Color convert

RGB1321621-
CMYK00.880.840.48
HSL357.41º78.38%29.02%-
HSV(B)357.41º87.88%51.76%-
XYZ9.845.331.22-
YUV51.25110.93185.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 78.11%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=78.11%
G=9.47%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132162100.880.840.48357.4178.3829.02
Hex84101505854301654e1d
Octal204202501301246054511635
Binary100001001000010101010110001010100110000101100101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841015; }

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

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

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

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

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

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

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

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