Html Css Color HEX #541813 Red Oxide

📋 copy color: '#541813'

red 84 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #541813

Tints of Red Oxide #541813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

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

R = 66.14%
G = 18.9%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#541813 (or 0x541813) is known color: Red Oxide. HEX triplet: 54, 18 and 13. RGB value is (84,24,19). Sum of RGB (Red+Green+Blue) = 84+24+19=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541813 is #ABE7EC. Grayscale: #292929. Windows color (decimal): -11266029 or 1251412. OLE color: 1251412.

HSL color Cylindrical-coordinate representation of color #541813: hue angle of 4.62º 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 #541813 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 24 19 -
CMYK 0 0.71 0.77 0.67
HSL 4.62º 0.63% 0.2% -
HSV(B) 4.62º 0.77% 0.33% -
XYZ 4.1 2.59 0.9 -
YUV 41.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 84 24 19 0 0.71 0.77 0.67 4.62 0.63 0.2
Hex 54 18 13 0 47 4D 43 5 3F 14
Octal 124 30 23 0 107 115 103 5 77 24
Binary 1010100 11000 10011 0 1000111 1001101 1000011 101 111111 10100

Color Harmonies of #541813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541813

Black with #541813

Text Example


Text Example

White with #541813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541813; }

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

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

background-color css

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

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

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

border-color css

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

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

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