Html Css Color HEX #541512 Red Oxide

📋 copy color: '#541512'

red 84 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #541512

Tints of Red Oxide #541512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

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

R = 68.29%
G = 17.07%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#541512 (or 0x541512) is known color: Red Oxide. HEX triplet: 54, 15 and 12. RGB value is (84,21,18). Sum of RGB (Red+Green+Blue) = 84+21+18=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541512 is #ABEAED. Grayscale: #272727. Windows color (decimal): -11266798 or 1185108. OLE color: 1185108.

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

Color convert

RGB 84 21 18 -
CMYK 0 0.75 0.79 0.67
HSL 2.73º 0.65% 0.2% -
HSV(B) 2.73º 0.79% 0.33% -
XYZ 4.03 2.46 0.84 -
YUV 39.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 84 21 18 0 0.75 0.79 0.67 2.73 0.65 0.2
Hex 54 15 12 0 4B 4F 43 3 41 14
Octal 124 25 22 0 113 117 103 3 101 24
Binary 1010100 10101 10010 0 1001011 1001111 1000011 11 1000001 10100

Color Harmonies of #541512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541512

Black with #541512

Text Example


Text Example

White with #541512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541512; }

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

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

background-color css

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

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

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

border-color css

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

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

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