Html Css Color HEX #510805 Red Oxide

📋 copy color: '#510805'

red 81 ◦ green 8 ◦ blue 5

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

Shades of Red Oxide #510805

Tints of Red Oxide #510805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

 BLUE value IS 5 (2.34% from 255) = 5.32%

R = 86.17%
G = 8.51%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#510805 (or 0x510805) is known color: Red Oxide. HEX triplet: 51, 08 and 05. RGB value is (81,8,5). Sum of RGB (Red+Green+Blue) = 81+8+5=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510805 is #AEF7FA. Grayscale: #1D1D1D. Windows color (decimal): -11466747 or 329809. OLE color: 329809.

HSL color Cylindrical-coordinate representation of color #510805: hue angle of 2.37º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510805 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 8 5 -
CMYK 0 0.90 0.94 0.68
HSL 2.37º 0.88% 0.17% -
HSV(B) 2.37º 0.94% 0.32% -
XYZ 3.51 1.93 0.33 -
YUV 29.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 81 8 5 0 0.90 0.94 0.68 2.37 0.88 0.17
Hex 51 8 5 0 5A 5E 44 2 58 11
Octal 121 10 5 0 132 136 104 2 130 21
Binary 1010001 1000 101 0 1011010 1011110 1000100 10 1011000 10001

Color Harmonies of #510805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510805

Black with #510805

Text Example


Text Example

White with #510805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510805; }

 p { color: rgb(81,8,5); }

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

background-color css

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

 a { background-color: rgb(81,8,5); }

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

border-color css

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

 span { border-color: rgb(81,8,5); }

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