Html Css Color HEX #541716 Red Oxide

📋 copy color: '#541716'

red 84 ◦ green 23 ◦ blue 22

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

Shades of Red Oxide #541716

Tints of Red Oxide #541716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.05%

R = 65.12%
G = 17.83%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#541716 (or 0x541716) is known color: Red Oxide. HEX triplet: 54, 17 and 16. RGB value is (84,23,22). Sum of RGB (Red+Green+Blue) = 84+23+22=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541716 is #ABE8E9. Grayscale: #292929. Windows color (decimal): -11266282 or 1447764. OLE color: 1447764.

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

Color convert

RGB 84 23 22 -
CMYK 0 0.73 0.74 0.67
HSL 0.97º 0.58% 0.21% -
HSV(B) 0.97º 0.74% 0.33% -
XYZ 4.11 2.56 1.04 -
YUV 41.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 84 23 22 0 0.73 0.74 0.67 0.97 0.58 0.21
Hex 54 17 16 0 49 4A 43 1 3A 15
Octal 124 27 26 0 111 112 103 1 72 25
Binary 1010100 10111 10110 0 1001001 1001010 1000011 1 111010 10101

Color Harmonies of #541716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541716

Black with #541716

Text Example


Text Example

White with #541716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541716; }

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

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

background-color css

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

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

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

border-color css

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

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

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