Html Css Color HEX #51130B Red Oxide

📋 copy color: '#51130B'

red 81 ◦ green 19 ◦ blue 11

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

Shades of Red Oxide #51130B

Tints of Red Oxide #51130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.91%

R = 72.97%
G = 17.12%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#51130B (or 0x51130B) is known color: Red Oxide. HEX triplet: 51, 13 and 0B. RGB value is (81,19,11). Sum of RGB (Red+Green+Blue) = 81+19+11=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #51130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51130B is #AEECF4. Grayscale: #242424. Windows color (decimal): -11463925 or 725841. OLE color: 725841.

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

Color convert

RGB 81 19 11 -
CMYK 0 0.77 0.86 0.68
HSL 6.86º 0.76% 0.18% -
HSV(B) 6.86º 0.86% 0.32% -
XYZ 3.69 2.24 0.55 -
YUV 36.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 81 19 11 0 0.77 0.86 0.68 6.86 0.76 0.18
Hex 51 13 B 0 4D 56 44 7 4C 12
Octal 121 23 13 0 115 126 104 7 114 22
Binary 1010001 10011 1011 0 1001101 1010110 1000100 111 1001100 10010

Color Harmonies of #51130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51130B

Black with #51130B

Text Example


Text Example

White with #51130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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