Html Css Color HEX #541200 Red Oxide

📋 copy color: '#541200'

red 84 ◦ green 18 ◦ blue 0

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

Shades of Red Oxide #541200

Tints of Red Oxide #541200

RGB

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

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

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

R = 82.35%
G = 17.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#541200 (or 0x541200) is known color: Red Oxide. HEX triplet: 54, 12 and 00. RGB value is (84,18,0). Sum of RGB (Red+Green+Blue) = 84+18+0=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #541200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541200 is #ABEDFF. Grayscale: #232323. Windows color (decimal): -11267584 or 4692. OLE color: 4692.

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

Color convert

RGB 84 18 0 -
CMYK 0 0.79 1 0.67
HSL 12.86º 1% 0.16% -
HSV(B) 12.86º 1% 0.33% -
XYZ 3.87 2.32 0.24 -
YUV 35.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 84 18 0 0 0.79 1 0.67 12.86 1 0.16
Hex 54 12 0 0 4F 64 43 D 64 10
Octal 124 22 0 0 117 144 103 15 144 20
Binary 1010100 10010 0 0 1001111 1100100 1000011 1101 1100100 10000

Color Harmonies of #541200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541200

Black with #541200

Text Example


Text Example

White with #541200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541200; }

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

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

background-color css

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

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

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

border-color css

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

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

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