#531102

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

Shades of Red Oxide #531102

Tints of Red Oxide #531102

Color information

#531102 (or 0x531102) is unknown color: approx Red Oxide. HEX triplet: 53, 11 and 02. RGB value is (83,17,2). Sum of RGB (Red+Green+Blue) = 83+17+2=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #531102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531102 is #ACEEFD. Grayscale: #232323. Windows color (decimal): -11333374 or 135507. OLE color: 135507.

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

Color convert

RGB83172-
CMYK00.800.980.67
HSL11.11º95.29%16.67%-
HSV(B)11.11º97.59%32.55%-
XYZ3.782.240.29-
YUV35.02109.37162.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=81.37%
G=16.67%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8317200.800.980.6711.1195.2916.67
Hex531120506243b5f11
Octal12321201201421031313721
Binary1010011100011001010000110001010000111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531102; }

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

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

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

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

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

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

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

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