Html Css Color HEX #511004 Red Oxide

📋 copy color: '#511004'

red 81 ◦ green 16 ◦ blue 4

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

Shades of Red Oxide #511004

Tints of Red Oxide #511004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.96%

R = 80.2%
G = 15.84%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#511004 (or 0x511004) is known color: Red Oxide. HEX triplet: 51, 10 and 04. RGB value is (81,16,4). Sum of RGB (Red+Green+Blue) = 81+16+4=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #511004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511004 is #AEEFFB. Grayscale: #222222. Windows color (decimal): -11464700 or 266321. OLE color: 266321.

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

Color convert

RGB 81 16 4 -
CMYK 0 0.80 0.95 0.68
HSL 9.35º 0.91% 0.17% -
HSV(B) 9.35º 0.95% 0.32% -
XYZ 3.6 2.13 0.34 -
YUV 34.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 81 16 4 0 0.80 0.95 0.68 9.35 0.91 0.17
Hex 51 10 4 0 50 5F 44 9 5B 11
Octal 121 20 4 0 120 137 104 11 133 21
Binary 1010001 10000 100 0 1010000 1011111 1000100 1001 1011011 10001

Color Harmonies of #511004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511004

Black with #511004

Text Example


Text Example

White with #511004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511004; }

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

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

background-color css

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

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

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

border-color css

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

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

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