Html Css Color HEX #511208 Red Oxide

📋 copy color: '#511208'

red 81 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #511208

Tints of Red Oxide #511208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

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

R = 75.7%
G = 16.82%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#511208 (or 0x511208) is known color: Red Oxide. HEX triplet: 51, 12 and 08. RGB value is (81,18,8). Sum of RGB (Red+Green+Blue) = 81+18+8=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #511208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511208 is #AEEDF7. Grayscale: #232323. Windows color (decimal): -11464184 or 528977. OLE color: 528977.

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

Color convert

RGB 81 18 8 -
CMYK 0 0.78 0.90 0.68
HSL 8.22º 0.82% 0.17% -
HSV(B) 8.22º 0.9% 0.32% -
XYZ 3.65 2.2 0.46 -
YUV 35.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 81 18 8 0 0.78 0.90 0.68 8.22 0.82 0.17
Hex 51 12 8 0 4E 5A 44 8 52 11
Octal 121 22 10 0 116 132 104 10 122 21
Binary 1010001 10010 1000 0 1001110 1011010 1000100 1000 1010010 10001

Color Harmonies of #511208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511208

Black with #511208

Text Example


Text Example

White with #511208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511208; }

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

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

background-color css

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

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

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

border-color css

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

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

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