#541817

Color #541817 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #541817

Tints of Red Oxide #541817

Color information

#541817 (or 0x541817) is unknown color: approx Red Oxide. HEX triplet: 54, 18 and 17. RGB value is (84,24,23). Sum of RGB (Red+Green+Blue) = 84+24+23=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #541817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541817 is #ABE7E8. Grayscale: #292929. Windows color (decimal): -11266025 or 1513556. OLE color: 1513556.

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

Color convert

RGB842423-
CMYK00.710.730.67
HSL0.98º57.01%20.98%-
HSV(B)0.98º72.62%32.94%-
XYZ4.142.61.09-
YUV41.83117.38158.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 23 (9.38% from 255) = 17.56%
R=64.12%
G=18.32%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84242300.710.730.670.9857.0120.98
Hex541817047494313915
Octal1243027010711110317125
Binary101010011000101110100011110010011000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541817; }

 p { color: rgb(84,24,23); }

 H1.HeaderClassName
 {
   color: #541817;
 }
 .AnyTagClassName
 {
   color: #541817;
 }
</style>
background-color css

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

 a { background-color: rgb(84,24,23); }

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

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

 span { border-color: rgb(84,24,23); }

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