Html Css Color HEX #501308 Red Oxide

📋 copy color: '#501308'

red 80 ◦ green 19 ◦ blue 8

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

Shades of Red Oxide #501308

Tints of Red Oxide #501308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 74.77%
G = 17.76%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#501308 (or 0x501308) is known color: Red Oxide. HEX triplet: 50, 13 and 08. RGB value is (80,19,8). Sum of RGB (Red+Green+Blue) = 80+19+8=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #501308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501308 is #AFECF7. Grayscale: #242424. Windows color (decimal): -11529464 or 529232. OLE color: 529232.

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

Color convert

RGB 80 19 8 -
CMYK 0 0.76 0.90 0.69
HSL 9.17º 0.82% 0.17% -
HSV(B) 9.17º 0.9% 0.31% -
XYZ 3.58 2.19 0.46 -
YUV 35.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 80 19 8 0 0.76 0.90 0.69 9.17 0.82 0.17
Hex 50 13 8 0 4C 5A 45 9 52 11
Octal 120 23 10 0 114 132 105 11 122 21
Binary 1010000 10011 1000 0 1001100 1011010 1000101 1001 1010010 10001

Color Harmonies of #501308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501308

Black with #501308

Text Example


Text Example

White with #501308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501308; }

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

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

background-color css

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

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

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

border-color css

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

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

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