Html Css Color HEX #540704 Red Oxide

📋 copy color: '#540704'

red 84 ◦ green 7 ◦ blue 4

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

Shades of Red Oxide #540704

Tints of Red Oxide #540704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.37%

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

R = 88.42%
G = 7.37%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#540704 (or 0x540704) is known color: Red Oxide. HEX triplet: 54, 07 and 04. RGB value is (84,7,4). Sum of RGB (Red+Green+Blue) = 84+7+4=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #540704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540704 is #ABF8FB. Grayscale: #1D1D1D. Windows color (decimal): -11270396 or 264020. OLE color: 264020.

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

Color convert

RGB 84 7 4 -
CMYK 0 0.92 0.95 0.67
HSL 2.25º 0.91% 0.17% -
HSV(B) 2.25º 0.95% 0.33% -
XYZ 3.75 2.05 0.31 -
YUV 29.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 84 7 4 0 0.92 0.95 0.67 2.25 0.91 0.17
Hex 54 7 4 0 5C 5F 43 2 5B 11
Octal 124 7 4 0 134 137 103 2 133 21
Binary 1010100 111 100 0 1011100 1011111 1000011 10 1011011 10001

Color Harmonies of #540704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540704

Black with #540704

Text Example


Text Example

White with #540704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540704; }

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

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

background-color css

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

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

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

border-color css

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

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

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