Html Css Color HEX #511404 Red Oxide

📋 copy color: '#511404'

red 81 ◦ green 20 ◦ blue 4

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

Shades of Red Oxide #511404

Tints of Red Oxide #511404

RGB

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

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

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

R = 77.14%
G = 19.05%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#511404 (or 0x511404) is known color: Red Oxide. HEX triplet: 51, 14 and 04. RGB value is (81,20,4). Sum of RGB (Red+Green+Blue) = 81+20+4=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #511404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511404 is #AEEBFB. Grayscale: #242424. Windows color (decimal): -11463676 or 267345. OLE color: 267345.

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

Color convert

RGB 81 20 4 -
CMYK 0 0.75 0.95 0.68
HSL 12.47º 0.91% 0.17% -
HSV(B) 12.47º 0.95% 0.32% -
XYZ 3.67 2.26 0.36 -
YUV 36.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 81 20 4 0 0.75 0.95 0.68 12.47 0.91 0.17
Hex 51 14 4 0 4B 5F 44 C 5B 11
Octal 121 24 4 0 113 137 104 14 133 21
Binary 1010001 10100 100 0 1001011 1011111 1000100 1100 1011011 10001

Color Harmonies of #511404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511404

Black with #511404

Text Example


Text Example

White with #511404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511404; }

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

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

background-color css

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

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

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

border-color css

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

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

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