#531605

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

Shades of Red Oxide #531605

Tints of Red Oxide #531605

Color information

#531605 (or 0x531605) is unknown color: approx Red Oxide. HEX triplet: 53, 16 and 05. RGB value is (83,22,5). Sum of RGB (Red+Green+Blue) = 83+22+5=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #531605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531605 is #ACE9FA. Grayscale: #262626. Windows color (decimal): -11332091 or 333395. OLE color: 333395.

HSL color Cylindrical-coordinate representation of color #531605: hue angle of 13.08º 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 #531605 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83225-
CMYK00.730.940.67
HSL13.08º88.64%17.25%-
HSV(B)13.08º93.98%32.55%-
XYZ3.882.420.41-
YUV38.3109.21159.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 75.45%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=75.45%
G=20%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8322500.730.940.6713.0888.6417.25
Hex531650495E43d5911
Octal12326501111361031513121
Binary10100111011010101001001101111010000111101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531605; }

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

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

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

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

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

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

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

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