Html Css Color HEX #510908 Red Oxide

📋 copy color: '#510908'

red 81 ◦ green 9 ◦ blue 8

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

Shades of Red Oxide #510908

Tints of Red Oxide #510908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 82.65%
G = 9.18%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#510908 (or 0x510908) is known color: Red Oxide. HEX triplet: 51, 09 and 08. RGB value is (81,9,8). Sum of RGB (Red+Green+Blue) = 81+9+8=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #510908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510908 is #AEF6F7. Grayscale: #1E1E1E. Windows color (decimal): -11466488 or 526673. OLE color: 526673.

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

Color convert

RGB 81 9 8 -
CMYK 0 0.89 0.90 0.68
HSL 0.82º 0.82% 0.17% -
HSV(B) 0.82º 0.9% 0.32% -
XYZ 3.53 1.96 0.42 -
YUV 30.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 81 9 8 0 0.89 0.90 0.68 0.82 0.82 0.17
Hex 51 9 8 0 59 5A 44 1 52 11
Octal 121 11 10 0 131 132 104 1 122 21
Binary 1010001 1001 1000 0 1011001 1011010 1000100 1 1010010 10001

Color Harmonies of #510908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510908

Black with #510908

Text Example


Text Example

White with #510908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510908; }

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

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

background-color css

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

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

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

border-color css

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

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

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