#93040C

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

Shades of Sangria #93040C

Tints of Sangria #93040C

Color information

#93040C (or 0x93040C) is unknown color: approx Sangria. HEX triplet: 93, 04 and 0C. RGB value is (147,4,12). Sum of RGB (Red+Green+Blue) = 147+4+12=163 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.18% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 147 - color contains mainly: red. Hex color #93040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93040C is #6CFBF3. Grayscale: #2F2F2F. Windows color (decimal): -7142388 or 787603. OLE color: 787603.

HSL color Cylindrical-coordinate representation of color #93040C: hue angle of 356.64º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93040C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB147412-
CMYK00.970.920.42
HSL356.64º94.7%29.61%-
HSV(B)356.64º97.28%57.65%-
XYZ12.146.320.93-
YUV47.67107.88198.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 90.18%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=90.18%
G=2.45%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14741200.970.920.42356.6494.729.61
Hex934C0615C2A1655f1e
Octal22341401411345254513736
Binary100100111001100011000011011100101010101100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93040C; }

 p { color: rgb(147,4,12); }

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

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

 a { background-color: rgb(147,4,12); }

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

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

 span { border-color: rgb(147,4,12); }

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