Html Css Color HEX #500D06 Red Oxide

📋 copy color: '#500D06'

red 80 ◦ green 13 ◦ blue 6

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

Shades of Red Oxide #500D06

Tints of Red Oxide #500D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.13%

 BLUE value IS 6 (2.73% from 255) = 6.06%

R = 80.81%
G = 13.13%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#500D06 (or 0x500D06) is known color: Red Oxide. HEX triplet: 50, 0D and 06. RGB value is (80,13,6). Sum of RGB (Red+Green+Blue) = 80+13+6=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #500D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D06 is #AFF2F9. Grayscale: #202020. Windows color (decimal): -11531002 or 396624. OLE color: 396624.

HSL color Cylindrical-coordinate representation of color #500D06: hue angle of 5.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500D06 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 13 6 -
CMYK 0 0.84 0.92 0.69
HSL 5.68º 0.86% 0.17% -
HSV(B) 5.68º 0.93% 0.31% -
XYZ 3.49 2.01 0.38 -
YUV 32.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 80 13 6 0 0.84 0.92 0.69 5.68 0.86 0.17
Hex 50 D 6 0 54 5C 45 6 56 11
Octal 120 15 6 0 124 134 105 6 126 21
Binary 1010000 1101 110 0 1010100 1011100 1000101 110 1010110 10001

Color Harmonies of #500D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D06

Black with #500D06

Text Example


Text Example

White with #500D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500D06; }

 p { color: rgb(80,13,6); }

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

background-color css

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

 a { background-color: rgb(80,13,6); }

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

border-color css

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

 span { border-color: rgb(80,13,6); }

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