Html Css Color HEX #51130A Red Oxide

📋 copy color: '#51130A'

red 81 ◦ green 19 ◦ blue 10

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

Shades of Red Oxide #51130A

Tints of Red Oxide #51130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.09%

R = 73.64%
G = 17.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#51130A (or 0x51130A) is known color: Red Oxide. HEX triplet: 51, 13 and 0A. RGB value is (81,19,10). Sum of RGB (Red+Green+Blue) = 81+19+10=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #51130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51130A is #AEECF5. Grayscale: #242424. Windows color (decimal): -11463926 or 660305. OLE color: 660305.

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

Color convert

RGB 81 19 10 -
CMYK 0 0.77 0.88 0.68
HSL 7.61º 0.78% 0.18% -
HSV(B) 7.61º 0.88% 0.32% -
XYZ 3.68 2.24 0.52 -
YUV 36.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 81 19 10 0 0.77 0.88 0.68 7.61 0.78 0.18
Hex 51 13 A 0 4D 58 44 8 4E 12
Octal 121 23 12 0 115 130 104 10 116 22
Binary 1010001 10011 1010 0 1001101 1011000 1000100 1000 1001110 10010

Color Harmonies of #51130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51130A

Black with #51130A

Text Example


Text Example

White with #51130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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