#96010E

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

Shades of Sangria #96010E

Tints of Sangria #96010E

Color information

#96010E (or 0x96010E) is unknown color: approx Sangria. HEX triplet: 96, 01 and 0E. RGB value is (150,1,14). Sum of RGB (Red+Green+Blue) = 150+1+14=165 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.91% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 150 - color contains mainly: red. Hex color #96010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96010E is #69FEF1. Grayscale: #2F2F2F. Windows color (decimal): -6946546 or 917910. OLE color: 917910.

HSL color Cylindrical-coordinate representation of color #96010E: hue angle of 354.77º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96010E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB150114-
CMYK00.990.910.41
HSL354.77º98.68%29.61%-
HSV(B)354.77º99.33%58.82%-
XYZ12.676.541.01-
YUV47.03109.36201.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 90.91%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=90.91%
G=0.61%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011400.990.910.41354.7798.6829.61
Hex961E0635B29163631e
Octal22611601431335154314336
Binary1001011011110011000111011011101001101100011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96010E; }

 p { color: rgb(150,1,14); }

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

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

 a { background-color: rgb(150,1,14); }

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

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

 span { border-color: rgb(150,1,14); }

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