#961013

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

Shades of Sangria #961013

Tints of Sangria #961013

Color information

#961013 (or 0x961013) is unknown color: approx Sangria. HEX triplet: 96, 10 and 13. RGB value is (150,16,19). Sum of RGB (Red+Green+Blue) = 150+16+19=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #961013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961013 is #69EFEC. Grayscale: #383838. Windows color (decimal): -6942701 or 1249430. OLE color: 1249430.

HSL color Cylindrical-coordinate representation of color #961013: hue angle of 358.66º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961013 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1501619-
CMYK00.890.870.41
HSL358.66º80.72%32.55%-
HSV(B)358.66º89.33%58.82%-
XYZ12.886.91.27-
YUV56.41106.89194.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 81.08%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=81.08%
G=8.65%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150161900.890.870.41358.6680.7232.55
Hex96101305957291675121
Octal226202301311275154712141
Binary1001011010000100110101100110101111010011011001111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961013; }

 p { color: rgb(150,16,19); }

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

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

 a { background-color: rgb(150,16,19); }

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

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

 span { border-color: rgb(150,16,19); }

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