Html Css Color HEX #501007 Red Oxide

📋 copy color: '#501007'

red 80 ◦ green 16 ◦ blue 7

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

Shades of Red Oxide #501007

Tints of Red Oxide #501007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.53%

 BLUE value IS 7 (3.13% from 255) = 6.8%

R = 77.67%
G = 15.53%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#501007 (or 0x501007) is known color: Red Oxide. HEX triplet: 50, 10 and 07. RGB value is (80,16,7). Sum of RGB (Red+Green+Blue) = 80+16+7=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #501007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501007 is #AFEFF8. Grayscale: #222222. Windows color (decimal): -11530233 or 462928. OLE color: 462928.

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

Color convert

RGB 80 16 7 -
CMYK 0 0.80 0.91 0.69
HSL 7.4º 0.84% 0.17% -
HSV(B) 7.4º 0.91% 0.31% -
XYZ 3.53 2.09 0.42 -
YUV 34.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 80 16 7 0 0.80 0.91 0.69 7.4 0.84 0.17
Hex 50 10 7 0 50 5B 45 7 54 11
Octal 120 20 7 0 120 133 105 7 124 21
Binary 1010000 10000 111 0 1010000 1011011 1000101 111 1010100 10001

Color Harmonies of #501007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501007

Black with #501007

Text Example


Text Example

White with #501007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501007; }

 p { color: rgb(80,16,7); }

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

background-color css

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

 a { background-color: rgb(80,16,7); }

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

border-color css

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

 span { border-color: rgb(80,16,7); }

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