Html Css Color HEX #511007 Red Oxide

📋 copy color: '#511007'

red 81 ◦ green 16 ◦ blue 7

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

Shades of Red Oxide #511007

Tints of Red Oxide #511007

RGB

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

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

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

R = 77.88%
G = 15.38%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#511007 (or 0x511007) is known color: Red Oxide. HEX triplet: 51, 10 and 07. RGB value is (81,16,7). Sum of RGB (Red+Green+Blue) = 81+16+7=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511007 is #AEEFF8. Grayscale: #222222. Windows color (decimal): -11464697 or 462929. OLE color: 462929.

HSL color Cylindrical-coordinate representation of color #511007: hue angle of 7.3º 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 #511007 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 7 -
CMYK 0 0.80 0.91 0.68
HSL 7.3º 0.84% 0.17% -
HSV(B) 7.3º 0.91% 0.32% -
XYZ 3.62 2.14 0.42 -
YUV 34.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 81 16 7 0 0.80 0.91 0.68 7.3 0.84 0.17
Hex 51 10 7 0 50 5B 44 7 54 11
Octal 121 20 7 0 120 133 104 7 124 21
Binary 1010001 10000 111 0 1010000 1011011 1000100 111 1010100 10001

Color Harmonies of #511007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511007

Black with #511007

Text Example


Text Example

White with #511007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511007; }

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

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

background-color css

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

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

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

border-color css

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

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

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