Html Css Color HEX #541007 Red Oxide

📋 copy color: '#541007'

red 84 ◦ green 16 ◦ blue 7

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

Shades of Red Oxide #541007

Tints of Red Oxide #541007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.54%

R = 78.5%
G = 14.95%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#541007 (or 0x541007) is known color: Red Oxide. HEX triplet: 54, 10 and 07. RGB value is (84,16,7). Sum of RGB (Red+Green+Blue) = 84+16+7=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #541007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541007 is #ABEFF8. Grayscale: #232323. Windows color (decimal): -11268089 or 462932. OLE color: 462932.

HSL color Cylindrical-coordinate representation of color #541007: hue angle of 7.01º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #541007 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 16 7 -
CMYK 0 0.81 0.92 0.67
HSL 7.01º 0.85% 0.18% -
HSV(B) 7.01º 0.92% 0.33% -
XYZ 3.88 2.27 0.43 -
YUV 35.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 84 16 7 0 0.81 0.92 0.67 7.01 0.85 0.18
Hex 54 10 7 0 51 5C 43 7 55 12
Octal 124 20 7 0 121 134 103 7 125 22
Binary 1010100 10000 111 0 1010001 1011100 1000011 111 1010101 10010

Color Harmonies of #541007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541007

Black with #541007

Text Example


Text Example

White with #541007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541007; }

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

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

background-color css

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

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

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

border-color css

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

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

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