#930010

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

Shades of Sangria #930010

Tints of Sangria #930010

Color information

#930010 (or 0x930010) is unknown color: approx Sangria. HEX triplet: 93, 00 and 10. RGB value is (147,0,16). Sum of RGB (Red+Green+Blue) = 147+0+16=163 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.18% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 147 - color contains mainly: red. Hex color #930010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930010 is #6CFFEF. Grayscale: #2D2D2D. Windows color (decimal): -7143408 or 1048723. OLE color: 1048723.

HSL color Cylindrical-coordinate representation of color #930010: hue angle of 353.47º 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 #930010 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB147016-
CMYK010.890.42
HSL353.47º100%28.82%-
HSV(B)353.47º100%57.65%-
XYZ12.136.241.06-
YUV45.78111.2200.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 90.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=90.18%
G=0%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147016010.890.42353.4710028.82
Hex93010064592A161641d
Octal22302001441315254114435
Binary10010011010000011001001011001101010101100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930010; }

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

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

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

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

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

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

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

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