Html Css Color HEX #500D09 Red Oxide

📋 copy color: '#500D09'

red 80 ◦ green 13 ◦ blue 9

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

Shades of Red Oxide #500D09

Tints of Red Oxide #500D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.82%

R = 78.43%
G = 12.75%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#500D09 (or 0x500D09) is known color: Red Oxide. HEX triplet: 50, 0D and 09. RGB value is (80,13,9). Sum of RGB (Red+Green+Blue) = 80+13+9=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D09 is #AFF2F6. Grayscale: #202020. Windows color (decimal): -11530999 or 593232. OLE color: 593232.

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

Color convert

RGB 80 13 9 -
CMYK 0 0.84 0.89 0.69
HSL 3.38º 0.8% 0.17% -
HSV(B) 3.38º 0.89% 0.31% -
XYZ 3.5 2.01 0.46 -
YUV 32.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 80 13 9 0 0.84 0.89 0.69 3.38 0.8 0.17
Hex 50 D 9 0 54 59 45 3 50 11
Octal 120 15 11 0 124 131 105 3 120 21
Binary 1010000 1101 1001 0 1010100 1011001 1000101 11 1010000 10001

Color Harmonies of #500D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D09

Black with #500D09

Text Example


Text Example

White with #500D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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