Html Css Color HEX #50150F Red Oxide

📋 copy color: '#50150F'

red 80 ◦ green 21 ◦ blue 15

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

Shades of Red Oxide #50150F

Tints of Red Oxide #50150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.1%

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

R = 68.97%
G = 18.1%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50150F (or 0x50150F) is known color: Red Oxide. HEX triplet: 50, 15 and 0F. RGB value is (80,21,15). Sum of RGB (Red+Green+Blue) = 80+21+15=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50150F is #AFEAF0. Grayscale: #262626. Windows color (decimal): -11528945 or 988496. OLE color: 988496.

HSL color Cylindrical-coordinate representation of color #50150F: hue angle of 5.54º 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 #50150F is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 21 15 -
CMYK 0 0.74 0.81 0.69
HSL 5.54º 0.68% 0.19% -
HSV(B) 5.54º 0.81% 0.31% -
XYZ 3.66 2.28 0.7 -
YUV 37.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 80 21 15 0 0.74 0.81 0.69 5.54 0.68 0.19
Hex 50 15 F 0 4A 51 45 6 44 13
Octal 120 25 17 0 112 121 105 6 104 23
Binary 1010000 10101 1111 0 1001010 1010001 1000101 110 1000100 10011

Color Harmonies of #50150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50150F

Black with #50150F

Text Example


Text Example

White with #50150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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