#93000C

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

Shades of Sangria #93000C

Tints of Sangria #93000C

Color information

#93000C (or 0x93000C) is unknown color: approx Sangria. HEX triplet: 93, 00 and 0C. RGB value is (147,0,12). Sum of RGB (Red+Green+Blue) = 147+0+12=159 (21% of max value = 765). Red value is 147 (57.81% from 255 or 92.45% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 147 - color contains mainly: red. Hex color #93000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93000C is #6CFFF3. Grayscale: #2D2D2D. Windows color (decimal): -7143412 or 786579. OLE color: 786579.

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

Color convert

RGB147012-
CMYK010.920.42
HSL355.1º100%28.82%-
HSV(B)355.1º100%57.65%-
XYZ12.16.230.91-
YUV45.32109.2200.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 92.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=92.45%
G=0%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147012010.920.42355.110028.82
Hex930C0645C2A163641d
Octal22301401441345254314435
Binary1001001101100011001001011100101010101100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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