Html Css Color HEX #541611 Red Oxide

📋 copy color: '#541611'

red 84 ◦ green 22 ◦ blue 17

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

Shades of Red Oxide #541611

Tints of Red Oxide #541611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

 BLUE value IS 17 (7.03% from 255) = 13.82%

R = 68.29%
G = 17.89%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#541611 (or 0x541611) is known color: Red Oxide. HEX triplet: 54, 16 and 11. RGB value is (84,22,17). Sum of RGB (Red+Green+Blue) = 84+22+17=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541611 is #ABE9EE. Grayscale: #282828. Windows color (decimal): -11266543 or 1119828. OLE color: 1119828.

HSL color Cylindrical-coordinate representation of color #541611: hue angle of 4.48º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541611 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 22 17 -
CMYK 0 0.74 0.80 0.67
HSL 4.48º 0.66% 0.2% -
HSV(B) 4.48º 0.8% 0.33% -
XYZ 4.04 2.5 0.8 -
YUV 39.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 84 22 17 0 0.74 0.80 0.67 4.48 0.66 0.2
Hex 54 16 11 0 4A 50 43 4 42 14
Octal 124 26 21 0 112 120 103 4 102 24
Binary 1010100 10110 10001 0 1001010 1010000 1000011 100 1000010 10100

Color Harmonies of #541611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541611

Black with #541611

Text Example


Text Example

White with #541611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541611; }

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

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

background-color css

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

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

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

border-color css

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

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

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