#531405

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

Shades of Red Oxide #531405

Tints of Red Oxide #531405

Color information

#531405 (or 0x531405) is unknown color: approx Red Oxide. HEX triplet: 53, 14 and 05. RGB value is (83,20,5). Sum of RGB (Red+Green+Blue) = 83+20+5=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531405 is #ACEBFA. Grayscale: #252525. Windows color (decimal): -11332603 or 332883. OLE color: 332883.

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

Color convert

RGB83205-
CMYK00.760.940.67
HSL11.54º88.64%17.25%-
HSV(B)11.54º93.98%32.55%-
XYZ3.842.350.39-
YUV37.13109.87160.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=76.85%
G=18.52%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8320500.760.940.6711.5488.6417.25
Hex5314504C5E43c5911
Octal12324501141361031413121
Binary10100111010010101001100101111010000111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531405; }

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

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

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

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

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

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

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

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