Html Css Color HEX #510E09 Red Oxide

📋 copy color: '#510E09'

red 81 ◦ green 14 ◦ blue 9

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

Shades of Red Oxide #510E09

Tints of Red Oxide #510E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.46%

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 77.88%
G = 13.46%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#510E09 (or 0x510E09) is known color: Red Oxide. HEX triplet: 51, 0E and 09. RGB value is (81,14,9). Sum of RGB (Red+Green+Blue) = 81+14+9=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #510E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510E09 is #AEF1F6. Grayscale: #212121. Windows color (decimal): -11465207 or 593489. OLE color: 593489.

HSL color Cylindrical-coordinate representation of color #510E09: hue angle of 4.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510E09 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 14 9 -
CMYK 0 0.83 0.89 0.68
HSL 4.17º 0.8% 0.18% -
HSV(B) 4.17º 0.89% 0.32% -
XYZ 3.6 2.08 0.47 -
YUV 33.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 81 14 9 0 0.83 0.89 0.68 4.17 0.8 0.18
Hex 51 E 9 0 53 59 44 4 50 12
Octal 121 16 11 0 123 131 104 4 120 22
Binary 1010001 1110 1001 0 1010011 1011001 1000100 100 1010000 10010

Color Harmonies of #510E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E09

Black with #510E09

Text Example


Text Example

White with #510E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510E09; }

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

 H1.HeaderClassName
 {
   color: #510E09;
 }
 .AnyTagClassName
 {
   color: #510E09;
 }
</style>

background-color css

<style>
 a { background-color: #510E09; }

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

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

border-color css

<style>
 span { border-color: #510E09; }

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

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