Html Css Color HEX #541304 Red Oxide

📋 copy color: '#541304'

red 84 ◦ green 19 ◦ blue 4

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

Shades of Red Oxide #541304

Tints of Red Oxide #541304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 78.5%
G = 17.76%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#541304 (or 0x541304) is known color: Red Oxide. HEX triplet: 54, 13 and 04. RGB value is (84,19,4). Sum of RGB (Red+Green+Blue) = 84+19+4=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #541304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541304 is #ABECFB. Grayscale: #242424. Windows color (decimal): -11267324 or 267092. OLE color: 267092.

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

Color convert

RGB 84 19 4 -
CMYK 0 0.77 0.95 0.67
HSL 11.25º 0.91% 0.17% -
HSV(B) 11.25º 0.95% 0.33% -
XYZ 3.91 2.36 0.36 -
YUV 36.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 84 19 4 0 0.77 0.95 0.67 11.25 0.91 0.17
Hex 54 13 4 0 4D 5F 43 B 5B 11
Octal 124 23 4 0 115 137 103 13 133 21
Binary 1010100 10011 100 0 1001101 1011111 1000011 1011 1011011 10001

Color Harmonies of #541304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541304

Black with #541304

Text Example


Text Example

White with #541304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541304; }

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

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

background-color css

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

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

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

border-color css

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

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

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