#531006

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

Shades of Red Oxide #531006

Tints of Red Oxide #531006

Color information

#531006 (or 0x531006) is unknown color: approx Red Oxide. HEX triplet: 53, 10 and 06. RGB value is (83,16,6). Sum of RGB (Red+Green+Blue) = 83+16+6=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #531006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531006 is #ACEFF9. Grayscale: #222222. Windows color (decimal): -11333626 or 397395. OLE color: 397395.

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

Color convert

RGB83166-
CMYK00.810.930.67
HSL7.79º86.52%17.45%-
HSV(B)7.79º92.77%32.55%-
XYZ3.792.220.4-
YUV34.89111.7162.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.05%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=79.05%
G=15.24%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8316600.810.930.677.7986.5217.45
Hex531060515D4385711
Octal12320601211351031012721
Binary10100111000011001010001101110110000111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531006; }

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

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

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

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

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

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

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

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