#531810

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

Shades of Red Oxide #531810

Tints of Red Oxide #531810

Color information

#531810 (or 0x531810) is unknown color: approx Red Oxide. HEX triplet: 53, 18 and 10. RGB value is (83,24,16). Sum of RGB (Red+Green+Blue) = 83+24+16=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531810 is #ACE7EF. Grayscale: #282828. Windows color (decimal): -11331568 or 1054803. OLE color: 1054803.

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

Color convert

RGB832416-
CMYK00.710.810.67
HSL7.16º67.68%19.41%-
HSV(B)7.16º80.72%32.55%-
XYZ3.992.530.77-
YUV40.73114.05158.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=67.48%
G=19.51%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83241600.710.810.677.1667.6819.41
Hex531810047514374413
Octal12330200107121103710423
Binary101001111000100000100011110100011000011111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531810; }

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

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

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

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

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

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

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

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