Html Css Color HEX #511108 Red Oxide

📋 copy color: '#511108'

red 81 ◦ green 17 ◦ blue 8

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

Shades of Red Oxide #511108

Tints of Red Oxide #511108

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 76.42%
G = 16.04%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#511108 (or 0x511108) is known color: Red Oxide. HEX triplet: 51, 11 and 08. RGB value is (81,17,8). Sum of RGB (Red+Green+Blue) = 81+17+8=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #511108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511108 is #AEEEF7. Grayscale: #232323. Windows color (decimal): -11464440 or 528721. OLE color: 528721.

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

Color convert

RGB 81 17 8 -
CMYK 0 0.79 0.90 0.68
HSL 7.4º 0.82% 0.17% -
HSV(B) 7.4º 0.9% 0.32% -
XYZ 3.64 2.17 0.46 -
YUV 35.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 81 17 8 0 0.79 0.90 0.68 7.4 0.82 0.17
Hex 51 11 8 0 4F 5A 44 7 52 11
Octal 121 21 10 0 117 132 104 7 122 21
Binary 1010001 10001 1000 0 1001111 1011010 1000100 111 1010010 10001

Color Harmonies of #511108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511108

Black with #511108

Text Example


Text Example

White with #511108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511108; }

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

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

background-color css

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

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

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

border-color css

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

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

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