#93000A

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

Shades of Sangria #93000A

Tints of Sangria #93000A

Color information

#93000A (or 0x93000A) is unknown color: approx Sangria. HEX triplet: 93, 00 and 0A. RGB value is (147,0,10). Sum of RGB (Red+Green+Blue) = 147+0+10=157 (20% of max value = 765). Red value is 147 (57.81% from 255 or 93.63% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 147 - color contains mainly: red. Hex color #93000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93000A is #6CFFF5. Grayscale: #2D2D2D. Windows color (decimal): -7143414 or 655507. OLE color: 655507.

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

Color convert

RGB147010-
CMYK010.930.42
HSL355.92º100%28.82%-
HSV(B)355.92º100%57.65%-
XYZ12.096.220.85-
YUV45.09108.2200.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 93.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=93.63%
G=0%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147010010.930.42355.9210028.82
Hex930A0645D2A164641d
Octal22301201441355254414435
Binary1001001101010011001001011101101010101100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93000A; }

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

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

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

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

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

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

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

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