Html Css Color HEX #51110D Red Oxide

📋 copy color: '#51110D'

red 81 ◦ green 17 ◦ blue 13

#51110D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #51110D

Tints of Red Oxide #51110D

RGB

 RED value IS 81 (32.03% from 255) = 72.97%

 GREEN value IS 17 (7.03% from 255) = 15.32%

 BLUE value IS 13 (5.47% from 255) = 11.71%

R = 72.97%
G = 15.32%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#51110D (or 0x51110D) is known color: Red Oxide. HEX triplet: 51, 11 and 0D. RGB value is (81,17,13). Sum of RGB (Red+Green+Blue) = 81+17+13=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #51110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51110D is #AEEEF2. Grayscale: #232323. Windows color (decimal): -11464435 or 856401. OLE color: 856401.

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

Color convert

RGB 81 17 13 -
CMYK 0 0.79 0.84 0.68
HSL 3.53º 0.72% 0.18% -
HSV(B) 3.53º 0.84% 0.32% -
XYZ 3.67 2.18 0.61 -
YUV 35.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 81 17 13 0 0.79 0.84 0.68 3.53 0.72 0.18
Hex 51 11 D 0 4F 54 44 4 48 12
Octal 121 21 15 0 117 124 104 4 110 22
Binary 1010001 10001 1101 0 1001111 1010100 1000100 100 1001000 10010

Color Harmonies of #51110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51110D

Black with #51110D

Text Example


Text Example

White with #51110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51110D; }

 p { color: rgb(81,17,13); }

 H1.HeaderClassName
 {
   color: #51110D;
 }
 .AnyTagClassName
 {
   color: #51110D;
 }
</style>

background-color css

<style>
 a { background-color: #51110D; }

 a { background-color: rgb(81,17,13); }

 div.DivClassName
 {
   background-color: #51110D;
 }
 .BgClassName
 {
   background-color: #51110D;
 }
</style>

border-color css

<style>
 span { border-color: #51110D; }

 span { border-color: rgb(81,17,13); }

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