Html Css Color HEX #541513 Red Oxide

📋 copy color: '#541513'

red 84 ◦ green 21 ◦ blue 19

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

Shades of Red Oxide #541513

Tints of Red Oxide #541513

RGB

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

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

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

R = 67.74%
G = 16.94%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#541513 (or 0x541513) is known color: Red Oxide. HEX triplet: 54, 15 and 13. RGB value is (84,21,19). Sum of RGB (Red+Green+Blue) = 84+21+19=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541513 is #ABEAEC. Grayscale: #272727. Windows color (decimal): -11266797 or 1250644. OLE color: 1250644.

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

Color convert

RGB 84 21 19 -
CMYK 0 0.75 0.77 0.67
HSL 1.85º 0.63% 0.2% -
HSV(B) 1.85º 0.77% 0.33% -
XYZ 4.04 2.47 0.88 -
YUV 39.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 84 21 19 0 0.75 0.77 0.67 1.85 0.63 0.2
Hex 54 15 13 0 4B 4D 43 2 3F 14
Octal 124 25 23 0 113 115 103 2 77 24
Binary 1010100 10101 10011 0 1001011 1001101 1000011 10 111111 10100

Color Harmonies of #541513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541513

Black with #541513

Text Example


Text Example

White with #541513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541513; }

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

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

background-color css

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

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

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

border-color css

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

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

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