#531100

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

Shades of Red Oxide #531100

Tints of Red Oxide #531100

Color information

#531100 (or 0x531100) is unknown color: approx Red Oxide. HEX triplet: 53, 11 and 00. RGB value is (83,17,0). Sum of RGB (Red+Green+Blue) = 83+17+0=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #531100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531100 is #ACEEFF. Grayscale: #222222. Windows color (decimal): -11333376 or 4435. OLE color: 4435.

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

Color convert

RGB83170-
CMYK00.8010.67
HSL12.29º100%16.27%-
HSV(B)12.29º100%32.55%-
XYZ3.772.240.23-
YUV34.8108.37162.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 0 (0.39% from 255) = 0%
R=83%
G=17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8317000.8010.6712.2910016.27
Hex531100506443c6410
Octal12321001201441031414420
Binary101001110001001010000110010010000111100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531100; }

 p { color: rgb(83,17,0); }

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

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

 a { background-color: rgb(83,17,0); }

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

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

 span { border-color: rgb(83,17,0); }

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