#51150B

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

Shades of Red Oxide #51150B

Tints of Red Oxide #51150B

Color information

#51150B (or 0x51150B) is unknown color: approx Red Oxide. HEX triplet: 51, 15 and 0B. RGB value is (81,21,11). Sum of RGB (Red+Green+Blue) = 81+21+11=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #51150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51150B is #AEEAF4. Grayscale: #252525. Windows color (decimal): -11463413 or 726353. OLE color: 726353.

HSL color Cylindrical-coordinate representation of color #51150B: hue angle of 8.57º 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 #51150B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB812111-
CMYK00.740.860.68
HSL8.57º76.09%18.04%-
HSV(B)8.57º86.42%31.76%-
XYZ3.722.310.57-
YUV37.8112.88158.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.68%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=71.68%
G=18.58%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81211100.740.860.688.5776.0918.04
Hex5115B04A564494c12
Octal121251301121261041111422
Binary101000110101101101001010101011010001001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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