Html Css Color HEX #541712 Red Oxide

📋 copy color: '#541712'

red 84 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #541712

Tints of Red Oxide #541712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.4%

 BLUE value IS 18 (7.42% from 255) = 14.4%

R = 67.2%
G = 18.4%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#541712 (or 0x541712) is known color: Red Oxide. HEX triplet: 54, 17 and 12. RGB value is (84,23,18). Sum of RGB (Red+Green+Blue) = 84+23+18=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541712 is #ABE8ED. Grayscale: #282828. Windows color (decimal): -11266286 or 1185620. OLE color: 1185620.

HSL color Cylindrical-coordinate representation of color #541712: hue angle of 4.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541712 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 23 18 -
CMYK 0 0.73 0.79 0.67
HSL 4.55º 0.65% 0.2% -
HSV(B) 4.55º 0.79% 0.33% -
XYZ 4.07 2.54 0.85 -
YUV 40.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 84 23 18 0 0.73 0.79 0.67 4.55 0.65 0.2
Hex 54 17 12 0 49 4F 43 5 41 14
Octal 124 27 22 0 111 117 103 5 101 24
Binary 1010100 10111 10010 0 1001001 1001111 1000011 101 1000001 10100

Color Harmonies of #541712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541712

Black with #541712

Text Example


Text Example

White with #541712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541712; }

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

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

background-color css

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

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

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

border-color css

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

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

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