Html Css Color HEX #511008 Red Oxide

📋 copy color: '#511008'

red 81 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #511008

Tints of Red Oxide #511008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

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

R = 77.14%
G = 15.24%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#511008 (or 0x511008) is known color: Red Oxide. HEX triplet: 51, 10 and 08. RGB value is (81,16,8). Sum of RGB (Red+Green+Blue) = 81+16+8=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #511008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511008 is #AEEFF7. Grayscale: #222222. Windows color (decimal): -11464696 or 528465. OLE color: 528465.

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

Color convert

RGB 81 16 8 -
CMYK 0 0.80 0.90 0.68
HSL 6.58º 0.82% 0.17% -
HSV(B) 6.58º 0.9% 0.32% -
XYZ 3.62 2.14 0.45 -
YUV 34.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 81 16 8 0 0.80 0.90 0.68 6.58 0.82 0.17
Hex 51 10 8 0 50 5A 44 7 52 11
Octal 121 20 10 0 120 132 104 7 122 21
Binary 1010001 10000 1000 0 1010000 1011010 1000100 111 1010010 10001

Color Harmonies of #511008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511008

Black with #511008

Text Example


Text Example

White with #511008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511008; }

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

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

background-color css

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

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

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

border-color css

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

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

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