Html Css Color HEX #541E19 Red Oxide

📋 copy color: '#541E19'

red 84 ◦ green 30 ◦ blue 25

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

Shades of Red Oxide #541E19

Tints of Red Oxide #541E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 25 (10.16% from 255) = 17.99%

R = 60.43%
G = 21.58%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#541E19 (or 0x541E19) is known color: Red Oxide. HEX triplet: 54, 1E and 19. RGB value is (84,30,25). Sum of RGB (Red+Green+Blue) = 84+30+25=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541E19 is #ABE1E6. Grayscale: #2D2D2D. Windows color (decimal): -11264487 or 1646164. OLE color: 1646164.

HSL color Cylindrical-coordinate representation of color #541E19: hue angle of 5.08º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541E19 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 30 25 -
CMYK 0 0.64 0.70 0.67
HSL 5.08º 0.54% 0.21% -
HSV(B) 5.08º 0.7% 0.33% -
XYZ 4.3 2.88 1.25 -
YUV 45.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 84 30 25 0 0.64 0.70 0.67 5.08 0.54 0.21
Hex 54 1E 19 0 40 46 43 5 36 15
Octal 124 36 31 0 100 106 103 5 66 25
Binary 1010100 11110 11001 0 1000000 1000110 1000011 101 110110 10101

Color Harmonies of #541E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E19

Black with #541E19

Text Example


Text Example

White with #541E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541E19; }

 p { color: rgb(84,30,25); }

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

background-color css

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

 a { background-color: rgb(84,30,25); }

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

border-color css

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

 span { border-color: rgb(84,30,25); }

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