#531107

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

Shades of Red Oxide #531107

Tints of Red Oxide #531107

Color information

#531107 (or 0x531107) is unknown color: approx Red Oxide. HEX triplet: 53, 11 and 07. RGB value is (83,17,7). Sum of RGB (Red+Green+Blue) = 83+17+7=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531107 is #ACEEF8. Grayscale: #232323. Windows color (decimal): -11333369 or 463187. OLE color: 463187.

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

Color convert

RGB83177-
CMYK00.800.920.67
HSL7.89º84.44%17.65%-
HSV(B)7.89º91.57%32.55%-
XYZ3.812.260.44-
YUV35.59111.87161.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 7 (3.12% from 255) = 6.54%
R=77.57%
G=15.89%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8317700.800.920.677.8984.4417.65
Hex531170505C4385412
Octal12321701201341031012422
Binary10100111000111101010000101110010000111000101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531107; }

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

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

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

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

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

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

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

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