#950010

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

Shades of Sangria #950010

Tints of Sangria #950010

Color information

#950010 (or 0x950010) is unknown color: approx Sangria. HEX triplet: 95, 00 and 10. RGB value is (149,0,16). Sum of RGB (Red+Green+Blue) = 149+0+16=165 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.30% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 149 - color contains mainly: red. Hex color #950010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950010 is #6AFFEF. Grayscale: #2E2E2E. Windows color (decimal): -7012336 or 1048725. OLE color: 1048725.

HSL color Cylindrical-coordinate representation of color #950010: hue angle of 353.56º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950010 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB149016-
CMYK010.890.42
HSL353.56º100%29.22%-
HSV(B)353.56º100%58.43%-
XYZ12.496.431.07-
YUV46.37110.86201.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 90.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=90.30%
G=0%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149016010.890.42353.5610029.22
Hex95010064592A162641d
Octal22502001441315254214435
Binary10010101010000011001001011001101010101100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950010; }

 p { color: rgb(149,0,16); }

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

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

 a { background-color: rgb(149,0,16); }

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

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

 span { border-color: rgb(149,0,16); }

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