Html Css Color HEX #541711 Red Oxide

📋 copy color: '#541711'

red 84 ◦ green 23 ◦ blue 17

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

Shades of Red Oxide #541711

Tints of Red Oxide #541711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.71%

R = 67.74%
G = 18.55%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#541711 (or 0x541711) is known color: Red Oxide. HEX triplet: 54, 17 and 11. RGB value is (84,23,17). Sum of RGB (Red+Green+Blue) = 84+23+17=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541711 is #ABE8EE. Grayscale: #282828. Windows color (decimal): -11266287 or 1120084. OLE color: 1120084.

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

Color convert

RGB 84 23 17 -
CMYK 0 0.73 0.80 0.67
HSL 5.37º 0.66% 0.2% -
HSV(B) 5.37º 0.8% 0.33% -
XYZ 4.06 2.54 0.81 -
YUV 40.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 84 23 17 0 0.73 0.80 0.67 5.37 0.66 0.2
Hex 54 17 11 0 49 50 43 5 42 14
Octal 124 27 21 0 111 120 103 5 102 24
Binary 1010100 10111 10001 0 1001001 1010000 1000011 101 1000010 10100

Color Harmonies of #541711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541711

Black with #541711

Text Example


Text Example

White with #541711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541711; }

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

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

background-color css

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

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

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

border-color css

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

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

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