Html Css Color HEX #50201E Red Oxide

📋 copy color: '#50201E'

red 80 ◦ green 32 ◦ blue 30

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

Shades of Red Oxide #50201E

Tints of Red Oxide #50201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.54%

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 56.34%
G = 22.54%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50201E (or 0x50201E) is known color: Red Oxide. HEX triplet: 50, 20 and 1E. RGB value is (80,32,30). Sum of RGB (Red+Green+Blue) = 80+32+30=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50201E is #AFDFE1. Grayscale: #2E2E2E. Windows color (decimal): -11526114 or 1974352. OLE color: 1974352.

HSL color Cylindrical-coordinate representation of color #50201E: hue angle of 2.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50201E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 30 -
CMYK 0 0.60 0.62 0.69
HSL 2.4º 0.45% 0.22% -
HSV(B) 2.4º 0.63% 0.31% -
XYZ 4.06 2.83 1.56 -
YUV 46.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 80 32 30 0 0.60 0.62 0.69 2.4 0.45 0.22
Hex 50 20 1E 0 3C 3E 45 2 2D 16
Octal 120 40 36 0 74 76 105 2 55 26
Binary 1010000 100000 11110 0 111100 111110 1000101 10 101101 10110

Color Harmonies of #50201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50201E

Black with #50201E

Text Example


Text Example

White with #50201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50201E; }

 p { color: rgb(80,32,30); }

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

background-color css

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

 a { background-color: rgb(80,32,30); }

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

border-color css

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

 span { border-color: rgb(80,32,30); }

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