Html Css Color HEX #51130F Red Oxide

📋 copy color: '#51130F'

red 81 ◦ green 19 ◦ blue 15

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

Shades of Red Oxide #51130F

Tints of Red Oxide #51130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 70.43%
G = 16.52%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51130F (or 0x51130F) is known color: Red Oxide. HEX triplet: 51, 13 and 0F. RGB value is (81,19,15). Sum of RGB (Red+Green+Blue) = 81+19+15=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51130F is #AEECF0. Grayscale: #252525. Windows color (decimal): -11463921 or 987985. OLE color: 987985.

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

Color convert

RGB 81 19 15 -
CMYK 0 0.77 0.81 0.68
HSL 3.64º 0.69% 0.19% -
HSV(B) 3.64º 0.81% 0.32% -
XYZ 3.71 2.25 0.69 -
YUV 37.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 81 19 15 0 0.77 0.81 0.68 3.64 0.69 0.19
Hex 51 13 F 0 4D 51 44 4 45 13
Octal 121 23 17 0 115 121 104 4 105 23
Binary 1010001 10011 1111 0 1001101 1010001 1000100 100 1000101 10011

Color Harmonies of #51130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51130F

Black with #51130F

Text Example


Text Example

White with #51130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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