#51170B

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

Shades of Red Oxide #51170B

Tints of Red Oxide #51170B

Color information

#51170B (or 0x51170B) is unknown color: approx Red Oxide. HEX triplet: 51, 17 and 0B. RGB value is (81,23,11). Sum of RGB (Red+Green+Blue) = 81+23+11=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51170B is #AEE8F4. Grayscale: #272727. Windows color (decimal): -11462901 or 726865. OLE color: 726865.

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

Color convert

RGB812311-
CMYK00.720.860.68
HSL10.29º76.09%18.04%-
HSV(B)10.29º86.42%31.76%-
XYZ3.762.390.58-
YUV38.97112.22157.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 70.43%
GREEN value IS 23 (9.38% from 255) = 20%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=70.43%
G=20%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81231100.720.860.6810.2976.0918.04
Hex5117B0485644a4c12
Octal121271301101261041211422
Binary101000110111101101001000101011010001001010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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