Html Css Color HEX #510D07 Red Oxide

📋 copy color: '#510D07'

red 81 ◦ green 13 ◦ blue 7

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

Shades of Red Oxide #510D07

Tints of Red Oxide #510D07

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.87%

 BLUE value IS 7 (3.13% from 255) = 6.93%

R = 80.2%
G = 12.87%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#510D07 (or 0x510D07) is known color: Red Oxide. HEX triplet: 51, 0D and 07. RGB value is (81,13,7). Sum of RGB (Red+Green+Blue) = 81+13+7=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #510D07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D07 is #AEF2F8. Grayscale: #202020. Windows color (decimal): -11465465 or 462161. OLE color: 462161.

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

Color convert

RGB 81 13 7 -
CMYK 0 0.84 0.91 0.68
HSL 4.86º 0.84% 0.17% -
HSV(B) 4.86º 0.91% 0.32% -
XYZ 3.58 2.05 0.41 -
YUV 32.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 81 13 7 0 0.84 0.91 0.68 4.86 0.84 0.17
Hex 51 D 7 0 54 5B 44 5 54 11
Octal 121 15 7 0 124 133 104 5 124 21
Binary 1010001 1101 111 0 1010100 1011011 1000100 101 1010100 10001

Color Harmonies of #510D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D07

Black with #510D07

Text Example


Text Example

White with #510D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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