#93000B

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

Shades of Sangria #93000B

Tints of Sangria #93000B

Color information

#93000B (or 0x93000B) is unknown color: approx Sangria. HEX triplet: 93, 00 and 0B. RGB value is (147,0,11). Sum of RGB (Red+Green+Blue) = 147+0+11=158 (20% of max value = 765). Red value is 147 (57.81% from 255 or 93.04% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 147 - color contains mainly: red. Hex color #93000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93000B is #6CFFF4. Grayscale: #2D2D2D. Windows color (decimal): -7143413 or 721043. OLE color: 721043.

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

Color convert

RGB147011-
CMYK010.930.42
HSL355.51º100%28.82%-
HSV(B)355.51º100%57.65%-
XYZ12.096.230.88-
YUV45.21108.7200.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 93.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=93.04%
G=0%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147011010.930.42355.5110028.82
Hex930B0645D2A164641d
Octal22301301441355254414435
Binary1001001101011011001001011101101010101100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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