Html Css Color HEX #51130E Red Oxide

📋 copy color: '#51130E'

red 81 ◦ green 19 ◦ blue 14

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

Shades of Red Oxide #51130E

Tints of Red Oxide #51130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 71.05%
G = 16.67%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#51130E (or 0x51130E) is known color: Red Oxide. HEX triplet: 51, 13 and 0E. RGB value is (81,19,14). Sum of RGB (Red+Green+Blue) = 81+19+14=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #51130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51130E is #AEECF1. Grayscale: #252525. Windows color (decimal): -11463922 or 922449. OLE color: 922449.

HSL color Cylindrical-coordinate representation of color #51130E: hue angle of 4.48º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51130E is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 19 14 -
CMYK 0 0.77 0.83 0.68
HSL 4.48º 0.71% 0.19% -
HSV(B) 4.48º 0.83% 0.32% -
XYZ 3.71 2.25 0.65 -
YUV 36.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 81 19 14 0 0.77 0.83 0.68 4.48 0.71 0.19
Hex 51 13 E 0 4D 53 44 4 47 13
Octal 121 23 16 0 115 123 104 4 107 23
Binary 1010001 10011 1110 0 1001101 1010011 1000100 100 1000111 10011

Color Harmonies of #51130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51130E

Black with #51130E

Text Example


Text Example

White with #51130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51130E; }

 p { color: rgb(81,19,14); }

 H1.HeaderClassName
 {
   color: #51130E;
 }
 .AnyTagClassName
 {
   color: #51130E;
 }
</style>

background-color css

<style>
 a { background-color: #51130E; }

 a { background-color: rgb(81,19,14); }

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

border-color css

<style>
 span { border-color: #51130E; }

 span { border-color: rgb(81,19,14); }

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