Html Css Color HEX #541812 Red Oxide

📋 copy color: '#541812'

red 84 ◦ green 24 ◦ blue 18

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

Shades of Red Oxide #541812

Tints of Red Oxide #541812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 66.67%
G = 19.05%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#541812 (or 0x541812) is known color: Red Oxide. HEX triplet: 54, 18 and 12. RGB value is (84,24,18). Sum of RGB (Red+Green+Blue) = 84+24+18=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #541812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541812 is #ABE7ED. Grayscale: #292929. Windows color (decimal): -11266030 or 1185876. OLE color: 1185876.

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

Color convert

RGB 84 24 18 -
CMYK 0 0.71 0.79 0.67
HSL 5.45º 0.65% 0.2% -
HSV(B) 5.45º 0.79% 0.33% -
XYZ 4.09 2.58 0.85 -
YUV 41.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 84 24 18 0 0.71 0.79 0.67 5.45 0.65 0.2
Hex 54 18 12 0 47 4F 43 5 41 14
Octal 124 30 22 0 107 117 103 5 101 24
Binary 1010100 11000 10010 0 1000111 1001111 1000011 101 1000001 10100

Color Harmonies of #541812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541812

Black with #541812

Text Example


Text Example

White with #541812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541812; }

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

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

background-color css

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

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

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

border-color css

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

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

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