Html Css Color HEX #501008 Red Oxide

📋 copy color: '#501008'

red 80 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #501008

Tints of Red Oxide #501008

RGB

 RED value IS 80 (31.64% from 255) = 76.92%

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

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

R = 76.92%
G = 15.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#501008 (or 0x501008) is known color: Red Oxide. HEX triplet: 50, 10 and 08. RGB value is (80,16,8). Sum of RGB (Red+Green+Blue) = 80+16+8=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #501008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501008 is #AFEFF7. Grayscale: #222222. Windows color (decimal): -11530232 or 528464. OLE color: 528464.

HSL color Cylindrical-coordinate representation of color #501008: hue angle of 6.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501008 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 8 -
CMYK 0 0.80 0.90 0.69
HSL 6.67º 0.82% 0.17% -
HSV(B) 6.67º 0.9% 0.31% -
XYZ 3.54 2.09 0.45 -
YUV 34.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 80 16 8 0 0.80 0.90 0.69 6.67 0.82 0.17
Hex 50 10 8 0 50 5A 45 7 52 11
Octal 120 20 10 0 120 132 105 7 122 21
Binary 1010000 10000 1000 0 1010000 1011010 1000101 111 1010010 10001

Color Harmonies of #501008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501008

Black with #501008

Text Example


Text Example

White with #501008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501008; }

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

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

background-color css

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

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

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

border-color css

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

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

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