Html Css Color HEX #50140F Red Oxide

📋 copy color: '#50140F'

red 80 ◦ green 20 ◦ blue 15

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

Shades of Red Oxide #50140F

Tints of Red Oxide #50140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 69.57%
G = 17.39%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50140F (or 0x50140F) is known color: Red Oxide. HEX triplet: 50, 14 and 0F. RGB value is (80,20,15). Sum of RGB (Red+Green+Blue) = 80+20+15=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50140F is #AFEBF0. Grayscale: #252525. Windows color (decimal): -11529201 or 988240. OLE color: 988240.

HSL color Cylindrical-coordinate representation of color #50140F: hue angle of 4.62º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50140F is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 20 15 -
CMYK 0 0.75 0.81 0.69
HSL 4.62º 0.68% 0.19% -
HSV(B) 4.62º 0.81% 0.31% -
XYZ 3.64 2.24 0.69 -
YUV 37.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 80 20 15 0 0.75 0.81 0.69 4.62 0.68 0.19
Hex 50 14 F 0 4B 51 45 5 44 13
Octal 120 24 17 0 113 121 105 5 104 23
Binary 1010000 10100 1111 0 1001011 1010001 1000101 101 1000100 10011

Color Harmonies of #50140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50140F

Black with #50140F

Text Example


Text Example

White with #50140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50140F; }

 p { color: rgb(80,20,15); }

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

background-color css

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

 a { background-color: rgb(80,20,15); }

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

border-color css

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

 span { border-color: rgb(80,20,15); }

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