Html Css Color HEX #541101 Red Oxide

📋 copy color: '#541101'

red 84 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #541101

Tints of Red Oxide #541101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.67%

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

R = 82.35%
G = 16.67%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#541101 (or 0x541101) is known color: Red Oxide. HEX triplet: 54, 11 and 01. RGB value is (84,17,1). Sum of RGB (Red+Green+Blue) = 84+17+1=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #541101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541101 is #ABEEFE. Grayscale: #232323. Windows color (decimal): -11267839 or 69972. OLE color: 69972.

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

Color convert

RGB 84 17 1 -
CMYK 0 0.80 0.99 0.67
HSL 11.57º 0.98% 0.17% -
HSV(B) 11.57º 0.99% 0.33% -
XYZ 3.86 2.29 0.27 -
YUV 35.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 84 17 1 0 0.80 0.99 0.67 11.57 0.98 0.17
Hex 54 11 1 0 50 63 43 C 62 11
Octal 124 21 1 0 120 143 103 14 142 21
Binary 1010100 10001 1 0 1010000 1100011 1000011 1100 1100010 10001

Color Harmonies of #541101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541101

Black with #541101

Text Example


Text Example

White with #541101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541101; }

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

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

background-color css

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

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

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

border-color css

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

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

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