Html Css Color HEX #541400 Red Oxide

📋 copy color: '#541400'

red 84 ◦ green 20 ◦ blue 0

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

Shades of Red Oxide #541400

Tints of Red Oxide #541400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.77%
G = 19.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#541400 (or 0x541400) is known color: Red Oxide. HEX triplet: 54, 14 and 00. RGB value is (84,20,0). Sum of RGB (Red+Green+Blue) = 84+20+0=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #541400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541400 is #ABEBFF. Grayscale: #252525. Windows color (decimal): -11267072 or 5204. OLE color: 5204.

HSL color Cylindrical-coordinate representation of color #541400: hue angle of 14.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #541400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 20 0 -
CMYK 0 0.76 1 0.67
HSL 14.29º 1% 0.16% -
HSV(B) 14.29º 1% 0.33% -
XYZ 3.91 2.39 0.25 -
YUV 36.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 84 20 0 0 0.76 1 0.67 14.29 1 0.16
Hex 54 14 0 0 4C 64 43 E 64 10
Octal 124 24 0 0 114 144 103 16 144 20
Binary 1010100 10100 0 0 1001100 1100100 1000011 1110 1100100 10000

Color Harmonies of #541400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541400

Black with #541400

Text Example


Text Example

White with #541400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541400; }

 p { color: rgb(84,20,0); }

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

background-color css

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

 a { background-color: rgb(84,20,0); }

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

border-color css

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

 span { border-color: rgb(84,20,0); }

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