Html Css Color HEX #541110 Red Oxide

📋 copy color: '#541110'

red 84 ◦ green 17 ◦ blue 16

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

Shades of Red Oxide #541110

Tints of Red Oxide #541110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 71.79%
G = 14.53%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#541110 (or 0x541110) is known color: Red Oxide. HEX triplet: 54, 11 and 10. RGB value is (84,17,16). Sum of RGB (Red+Green+Blue) = 84+17+16=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #541110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541110 is #ABEEEF. Grayscale: #242424. Windows color (decimal): -11267824 or 1053012. OLE color: 1053012.

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

Color convert

RGB 84 17 16 -
CMYK 0 0.80 0.81 0.67
HSL 0.88º 0.68% 0.2% -
HSV(B) 0.88º 0.81% 0.33% -
XYZ 3.95 2.32 0.73 -
YUV 36.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 84 17 16 0 0.80 0.81 0.67 0.88 0.68 0.2
Hex 54 11 10 0 50 51 43 1 44 14
Octal 124 21 20 0 120 121 103 1 104 24
Binary 1010100 10001 10000 0 1010000 1010001 1000011 1 1000100 10100

Color Harmonies of #541110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541110

Black with #541110

Text Example


Text Example

White with #541110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541110; }

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

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

background-color css

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

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

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

border-color css

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

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

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