#531817

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

Shades of Red Oxide #531817

Tints of Red Oxide #531817

Color information

#531817 (or 0x531817) is unknown color: approx Red Oxide. HEX triplet: 53, 18 and 17. RGB value is (83,24,23). Sum of RGB (Red+Green+Blue) = 83+24+23=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531817 is #ACE7E8. Grayscale: #292929. Windows color (decimal): -11331561 or 1513555. OLE color: 1513555.

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

Color convert

RGB832423-
CMYK00.710.720.67
HSL56.6%20.78%-
HSV(B)72.29%32.55%-
XYZ4.052.551.09-
YUV41.53117.55157.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=63.85%
G=18.46%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83242300.710.720.67156.620.78
Hex531817047484313915
Octal1233027010711010317125
Binary101001111000101110100011110010001000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531817; }

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

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

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

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

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

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

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

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