Html Css Color HEX #541204 Red Oxide

📋 copy color: '#541204'

red 84 ◦ green 18 ◦ blue 4

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

Shades of Red Oxide #541204

Tints of Red Oxide #541204

RGB

 RED value IS 84 (33.2% from 255) = 79.25%

 GREEN value IS 18 (7.42% from 255) = 16.98%

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

R = 79.25%
G = 16.98%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#541204 (or 0x541204) is known color: Red Oxide. HEX triplet: 54, 12 and 04. RGB value is (84,18,4). Sum of RGB (Red+Green+Blue) = 84+18+4=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #541204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541204 is #ABEDFB. Grayscale: #242424. Windows color (decimal): -11267580 or 266836. OLE color: 266836.

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

Color convert

RGB 84 18 4 -
CMYK 0 0.79 0.95 0.67
HSL 10.5º 0.91% 0.17% -
HSV(B) 10.5º 0.95% 0.33% -
XYZ 3.89 2.33 0.36 -
YUV 36.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 84 18 4 0 0.79 0.95 0.67 10.5 0.91 0.17
Hex 54 12 4 0 4F 5F 43 A 5B 11
Octal 124 22 4 0 117 137 103 12 133 21
Binary 1010100 10010 100 0 1001111 1011111 1000011 1010 1011011 10001

Color Harmonies of #541204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541204

Black with #541204

Text Example


Text Example

White with #541204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541204; }

 p { color: rgb(84,18,4); }

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

background-color css

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

 a { background-color: rgb(84,18,4); }

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

border-color css

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

 span { border-color: rgb(84,18,4); }

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