Html Css Color HEX #511407 Red Oxide

📋 copy color: '#511407'

red 81 ◦ green 20 ◦ blue 7

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

Shades of Red Oxide #511407

Tints of Red Oxide #511407

RGB

 RED value IS 81 (32.03% from 255) = 75%

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

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

R = 75%
G = 18.52%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#511407 (or 0x511407) is known color: Red Oxide. HEX triplet: 51, 14 and 07. RGB value is (81,20,7). Sum of RGB (Red+Green+Blue) = 81+20+7=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #511407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511407 is #AEEBF8. Grayscale: #242424. Windows color (decimal): -11463673 or 463953. OLE color: 463953.

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

Color convert

RGB 81 20 7 -
CMYK 0 0.75 0.91 0.68
HSL 10.54º 0.84% 0.17% -
HSV(B) 10.54º 0.91% 0.32% -
XYZ 3.68 2.26 0.44 -
YUV 36.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 81 20 7 0 0.75 0.91 0.68 10.54 0.84 0.17
Hex 51 14 7 0 4B 5B 44 B 54 11
Octal 121 24 7 0 113 133 104 13 124 21
Binary 1010001 10100 111 0 1001011 1011011 1000100 1011 1010100 10001

Color Harmonies of #511407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511407

Black with #511407

Text Example


Text Example

White with #511407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511407; }

 p { color: rgb(81,20,7); }

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

background-color css

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

 a { background-color: rgb(81,20,7); }

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

border-color css

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

 span { border-color: rgb(81,20,7); }

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