Html Css Color HEX #541000 Red Oxide

📋 copy color: '#541000'

red 84 ◦ green 16 ◦ blue 0

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

Shades of Red Oxide #541000

Tints of Red Oxide #541000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16%

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

R = 84%
G = 16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#541000 (or 0x541000) is known color: Red Oxide. HEX triplet: 54, 10 and 00. RGB value is (84,16,0). Sum of RGB (Red+Green+Blue) = 84+16+0=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #541000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541000 is #ABEFFF. Grayscale: #222222. Windows color (decimal): -11268096 or 4180. OLE color: 4180.

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

Color convert

RGB 84 16 0 -
CMYK 0 0.81 1 0.67
HSL 11.43º 1% 0.16% -
HSV(B) 11.43º 1% 0.33% -
XYZ 3.84 2.26 0.23 -
YUV 34.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 84 16 0 0 0.81 1 0.67 11.43 1 0.16
Hex 54 10 0 0 51 64 43 B 64 10
Octal 124 20 0 0 121 144 103 13 144 20
Binary 1010100 10000 0 0 1010001 1100100 1000011 1011 1100100 10000

Color Harmonies of #541000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541000

Black with #541000

Text Example


Text Example

White with #541000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541000; }

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

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

background-color css

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

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

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

border-color css

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

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

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