Html Css Color HEX #541413 Red Oxide

📋 copy color: '#541413'

red 84 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #541413

Tints of Red Oxide #541413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

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

R = 68.29%
G = 16.26%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#541413 (or 0x541413) is known color: Red Oxide. HEX triplet: 54, 14 and 13. RGB value is (84,20,19). Sum of RGB (Red+Green+Blue) = 84+20+19=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541413 is #ABEBEC. Grayscale: #272727. Windows color (decimal): -11267053 or 1250388. OLE color: 1250388.

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

Color convert

RGB 84 20 19 -
CMYK 0 0.76 0.77 0.67
HSL 0.92º 0.63% 0.2% -
HSV(B) 0.92º 0.77% 0.33% -
XYZ 4.02 2.43 0.87 -
YUV 39.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 84 20 19 0 0.76 0.77 0.67 0.92 0.63 0.2
Hex 54 14 13 0 4C 4D 43 1 3F 14
Octal 124 24 23 0 114 115 103 1 77 24
Binary 1010100 10100 10011 0 1001100 1001101 1000011 1 111111 10100

Color Harmonies of #541413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541413

Black with #541413

Text Example


Text Example

White with #541413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541413; }

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

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

background-color css

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

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

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

border-color css

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

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

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