Html Css Color HEX #510705 Red Oxide

📋 copy color: '#510705'

red 81 ◦ green 7 ◦ blue 5

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

Shades of Red Oxide #510705

Tints of Red Oxide #510705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.53%

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

R = 87.1%
G = 7.53%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#510705 (or 0x510705) is known color: Red Oxide. HEX triplet: 51, 07 and 05. RGB value is (81,7,5). Sum of RGB (Red+Green+Blue) = 81+7+5=93 (12% of max value = 765). Red value is 81 (32.03% from 255 or 87.10% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 81 - color contains mainly: red. Hex color #510705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510705 is #AEF8FA. Grayscale: #1C1C1C. Windows color (decimal): -11467003 or 329553. OLE color: 329553.

HSL color Cylindrical-coordinate representation of color #510705: hue angle of 1.58º 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 #510705 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 7 5 -
CMYK 0 0.91 0.94 0.68
HSL 1.58º 0.88% 0.17% -
HSV(B) 1.58º 0.94% 0.32% -
XYZ 3.5 1.91 0.33 -
YUV 28.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 81 7 5 0 0.91 0.94 0.68 1.58 0.88 0.17
Hex 51 7 5 0 5B 5E 44 2 58 11
Octal 121 7 5 0 133 136 104 2 130 21
Binary 1010001 111 101 0 1011011 1011110 1000100 10 1011000 10001

Color Harmonies of #510705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510705

Black with #510705

Text Example


Text Example

White with #510705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510705; }

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

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

background-color css

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

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

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

border-color css

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

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

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