Html Css Color HEX #510D08 Red Oxide

📋 copy color: '#510D08'

red 81 ◦ green 13 ◦ blue 8

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

Shades of Red Oxide #510D08

Tints of Red Oxide #510D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.84%

R = 79.41%
G = 12.75%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#510D08 (or 0x510D08) is known color: Red Oxide. HEX triplet: 51, 0D and 08. RGB value is (81,13,8). Sum of RGB (Red+Green+Blue) = 81+13+8=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #510D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D08 is #AEF2F7. Grayscale: #202020. Windows color (decimal): -11465464 or 527697. OLE color: 527697.

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

Color convert

RGB 81 13 8 -
CMYK 0 0.84 0.90 0.68
HSL 4.11º 0.82% 0.17% -
HSV(B) 4.11º 0.9% 0.32% -
XYZ 3.58 2.05 0.44 -
YUV 32.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 81 13 8 0 0.84 0.90 0.68 4.11 0.82 0.17
Hex 51 D 8 0 54 5A 44 4 52 11
Octal 121 15 10 0 124 132 104 4 122 21
Binary 1010001 1101 1000 0 1010100 1011010 1000100 100 1010010 10001

Color Harmonies of #510D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D08

Black with #510D08

Text Example


Text Example

White with #510D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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