#51170C

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

Shades of Red Oxide #51170C

Tints of Red Oxide #51170C

Color information

#51170C (or 0x51170C) is unknown color: approx Red Oxide. HEX triplet: 51, 17 and 0C. RGB value is (81,23,12). Sum of RGB (Red+Green+Blue) = 81+23+12=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #51170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51170C is #AEE8F3. Grayscale: #272727. Windows color (decimal): -11462900 or 792401. OLE color: 792401.

HSL color Cylindrical-coordinate representation of color #51170C: hue angle of 9.57º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51170C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB812312-
CMYK00.720.850.68
HSL9.57º74.19%18.24%-
HSV(B)9.57º85.19%31.76%-
XYZ3.772.390.61-
YUV39.09112.72157.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.83%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=69.83%
G=19.83%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81231200.720.850.689.5774.1918.24
Hex5117C0485544a4a12
Octal121271401101251041211222
Binary101000110111110001001000101010110001001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,23,12); }

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

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

 a { background-color: rgb(81,23,12); }

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

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

 span { border-color: rgb(81,23,12); }

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