#531005

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

Shades of Red Oxide #531005

Tints of Red Oxide #531005

Color information

#531005 (or 0x531005) is unknown color: approx Red Oxide. HEX triplet: 53, 10 and 05. RGB value is (83,16,5). Sum of RGB (Red+Green+Blue) = 83+16+5=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #531005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531005 is #ACEFFA. Grayscale: #222222. Windows color (decimal): -11333627 or 331859. OLE color: 331859.

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

Color convert

RGB83165-
CMYK00.810.940.67
HSL8.46º88.64%17.25%-
HSV(B)8.46º93.98%32.55%-
XYZ3.782.220.37-
YUV34.78111.2162.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.81%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=79.81%
G=15.38%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8316500.810.940.678.4688.6417.25
Hex531050515E4385911
Octal12320501211361031013121
Binary10100111000010101010001101111010000111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531005; }

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

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

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

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

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

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

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

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