Html Css Color HEX #540900 Red Oxide

📋 copy color: '#540900'

red 84 ◦ green 9 ◦ blue 0

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

Shades of Red Oxide #540900

Tints of Red Oxide #540900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

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

R = 90.32%
G = 9.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#540900 (or 0x540900) is known color: Red Oxide. HEX triplet: 54, 09 and 00. RGB value is (84,9,0). Sum of RGB (Red+Green+Blue) = 84+9+0=93 (12% of max value = 765). Red value is 84 (33.20% from 255 or 90.32% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 84 - color contains mainly: red. Hex color #540900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540900 is #ABF6FF. Grayscale: #1E1E1E. Windows color (decimal): -11269888 or 2388. OLE color: 2388.

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

Color convert

RGB 84 9 0 -
CMYK 0 0.89 1 0.67
HSL 6.43º 1% 0.16% -
HSV(B) 6.43º 1% 0.33% -
XYZ 3.75 2.08 0.2 -
YUV 30.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 84 9 0 0 0.89 1 0.67 6.43 1 0.16
Hex 54 9 0 0 59 64 43 6 64 10
Octal 124 11 0 0 131 144 103 6 144 20
Binary 1010100 1001 0 0 1011001 1100100 1000011 110 1100100 10000

Color Harmonies of #540900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540900

Black with #540900

Text Example


Text Example

White with #540900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540900; }

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

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

background-color css

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

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

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

border-color css

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

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

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