Html Css Color HEX #541714 Red Oxide

📋 copy color: '#541714'

red 84 ◦ green 23 ◦ blue 20

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

Shades of Red Oxide #541714

Tints of Red Oxide #541714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.75%

R = 66.14%
G = 18.11%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#541714 (or 0x541714) is known color: Red Oxide. HEX triplet: 54, 17 and 14. RGB value is (84,23,20). Sum of RGB (Red+Green+Blue) = 84+23+20=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541714 is #ABE8EB. Grayscale: #282828. Windows color (decimal): -11266284 or 1316692. OLE color: 1316692.

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

Color convert

RGB 84 23 20 -
CMYK 0 0.73 0.76 0.67
HSL 2.81º 0.62% 0.2% -
HSV(B) 2.81º 0.76% 0.33% -
XYZ 4.09 2.55 0.94 -
YUV 40.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 84 23 20 0 0.73 0.76 0.67 2.81 0.62 0.2
Hex 54 17 14 0 49 4C 43 3 3E 14
Octal 124 27 24 0 111 114 103 3 76 24
Binary 1010100 10111 10100 0 1001001 1001100 1000011 11 111110 10100

Color Harmonies of #541714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541714

Black with #541714

Text Example


Text Example

White with #541714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541714; }

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

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

background-color css

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

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

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

border-color css

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

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

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