Html Css Color HEX #541713 Red Oxide

📋 copy color: '#541713'

red 84 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #541713

Tints of Red Oxide #541713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 66.67%
G = 18.25%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#541713 (or 0x541713) is known color: Red Oxide. HEX triplet: 54, 17 and 13. RGB value is (84,23,19). Sum of RGB (Red+Green+Blue) = 84+23+19=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #541713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541713 is #ABE8EC. Grayscale: #282828. Windows color (decimal): -11266285 or 1251156. OLE color: 1251156.

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

Color convert

RGB 84 23 19 -
CMYK 0 0.73 0.77 0.67
HSL 3.69º 0.63% 0.2% -
HSV(B) 3.69º 0.77% 0.33% -
XYZ 4.08 2.54 0.89 -
YUV 40.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 84 23 19 0 0.73 0.77 0.67 3.69 0.63 0.2
Hex 54 17 13 0 49 4D 43 4 3F 14
Octal 124 27 23 0 111 115 103 4 77 24
Binary 1010100 10111 10011 0 1001001 1001101 1000011 100 111111 10100

Color Harmonies of #541713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541713

Black with #541713

Text Example


Text Example

White with #541713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541713; }

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

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

background-color css

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

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

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

border-color css

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

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

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