Html Css Color HEX #541201 Red Oxide

📋 copy color: '#541201'

red 84 ◦ green 18 ◦ blue 1

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

Shades of Red Oxide #541201

Tints of Red Oxide #541201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.48%

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

R = 81.55%
G = 17.48%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#541201 (or 0x541201) is known color: Red Oxide. HEX triplet: 54, 12 and 01. RGB value is (84,18,1). Sum of RGB (Red+Green+Blue) = 84+18+1=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #541201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541201 is #ABEDFE. Grayscale: #232323. Windows color (decimal): -11267583 or 70228. OLE color: 70228.

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

Color convert

RGB 84 18 1 -
CMYK 0 0.79 0.99 0.67
HSL 12.29º 0.98% 0.17% -
HSV(B) 12.29º 0.99% 0.33% -
XYZ 3.88 2.32 0.27 -
YUV 35.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 84 18 1 0 0.79 0.99 0.67 12.29 0.98 0.17
Hex 54 12 1 0 4F 63 43 C 62 11
Octal 124 22 1 0 117 143 103 14 142 21
Binary 1010100 10010 1 0 1001111 1100011 1000011 1100 1100010 10001

Color Harmonies of #541201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541201

Black with #541201

Text Example


Text Example

White with #541201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541201; }

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

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

background-color css

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

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

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

border-color css

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

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

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