Html Css Color HEX #51180D Red Oxide

📋 copy color: '#51180D'

red 81 ◦ green 24 ◦ blue 13

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

Shades of Red Oxide #51180D

Tints of Red Oxide #51180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.34%

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

R = 68.64%
G = 20.34%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#51180D (or 0x51180D) is known color: Red Oxide. HEX triplet: 51, 18 and 0D. RGB value is (81,24,13). Sum of RGB (Red+Green+Blue) = 81+24+13=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #51180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51180D is #AEE7F2. Grayscale: #272727. Windows color (decimal): -11462643 or 858193. OLE color: 858193.

HSL color Cylindrical-coordinate representation of color #51180D: hue angle of 9.71º 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 #51180D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 13 -
CMYK 0 0.70 0.84 0.68
HSL 9.71º 0.72% 0.18% -
HSV(B) 9.71º 0.84% 0.32% -
XYZ 3.79 2.43 0.65 -
YUV 39.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 81 24 13 0 0.70 0.84 0.68 9.71 0.72 0.18
Hex 51 18 D 0 46 54 44 A 48 12
Octal 121 30 15 0 106 124 104 12 110 22
Binary 1010001 11000 1101 0 1000110 1010100 1000100 1010 1001000 10010

Color Harmonies of #51180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51180D

Black with #51180D

Text Example


Text Example

White with #51180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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