Html Css Color HEX #541514 Red Oxide

📋 copy color: '#541514'

red 84 ◦ green 21 ◦ blue 20

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

Shades of Red Oxide #541514

Tints of Red Oxide #541514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16%

R = 67.2%
G = 16.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#541514 (or 0x541514) is known color: Red Oxide. HEX triplet: 54, 15 and 14. RGB value is (84,21,20). Sum of RGB (Red+Green+Blue) = 84+21+20=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541514 is #ABEAEB. Grayscale: #272727. Windows color (decimal): -11266796 or 1316180. OLE color: 1316180.

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

Color convert

RGB 84 21 20 -
CMYK 0 0.75 0.76 0.67
HSL 0.94º 0.62% 0.2% -
HSV(B) 0.94º 0.76% 0.33% -
XYZ 4.05 2.47 0.93 -
YUV 39.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 84 21 20 0 0.75 0.76 0.67 0.94 0.62 0.2
Hex 54 15 14 0 4B 4C 43 1 3E 14
Octal 124 25 24 0 113 114 103 1 76 24
Binary 1010100 10101 10100 0 1001011 1001100 1000011 1 111110 10100

Color Harmonies of #541514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541514

Black with #541514

Text Example


Text Example

White with #541514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541514; }

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

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

background-color css

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

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

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

border-color css

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

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

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