#96010F

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

Shades of Sangria #96010F

Tints of Sangria #96010F

Color information

#96010F (or 0x96010F) is unknown color: approx Sangria. HEX triplet: 96, 01 and 0F. RGB value is (150,1,15). Sum of RGB (Red+Green+Blue) = 150+1+15=166 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.36% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 150 - color contains mainly: red. Hex color #96010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96010F is #69FEF0. Grayscale: #2F2F2F. Windows color (decimal): -6946545 or 983446. OLE color: 983446.

HSL color Cylindrical-coordinate representation of color #96010F: hue angle of 354.36º 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 #96010F is Cyan = 0, Magento = 0.99, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB150115-
CMYK00.990.90.41
HSL354.36º98.68%29.61%-
HSV(B)354.36º99.33%58.82%-
XYZ12.676.541.05-
YUV47.15109.86201.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 90.36%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 15 (6.25% from 255) = 9.04%
R=90.36%
G=0.60%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011500.990.90.41354.3698.6829.61
Hex961F0635A29162631e
Octal22611701431325154214336
Binary1001011011111011000111011010101001101100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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