Html Css Color HEX #541301 Red Oxide

📋 copy color: '#541301'

red 84 ◦ green 19 ◦ blue 1

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

Shades of Red Oxide #541301

Tints of Red Oxide #541301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 80.77%
G = 18.27%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#541301 (or 0x541301) is known color: Red Oxide. HEX triplet: 54, 13 and 01. RGB value is (84,19,1). Sum of RGB (Red+Green+Blue) = 84+19+1=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #541301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541301 is #ABECFE. Grayscale: #242424. Windows color (decimal): -11267327 or 70484. OLE color: 70484.

HSL color Cylindrical-coordinate representation of color #541301: hue angle of 13.01º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #541301 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 19 1 -
CMYK 0 0.77 0.99 0.67
HSL 13.01º 0.98% 0.17% -
HSV(B) 13.01º 0.99% 0.33% -
XYZ 3.89 2.35 0.28 -
YUV 36.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 84 19 1 0 0.77 0.99 0.67 13.01 0.98 0.17
Hex 54 13 1 0 4D 63 43 D 62 11
Octal 124 23 1 0 115 143 103 15 142 21
Binary 1010100 10011 1 0 1001101 1100011 1000011 1101 1100010 10001

Color Harmonies of #541301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541301

Black with #541301

Text Example


Text Example

White with #541301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541301; }

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

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

background-color css

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

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

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

border-color css

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

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

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