#531306

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

Shades of Red Oxide #531306

Tints of Red Oxide #531306

Color information

#531306 (or 0x531306) is unknown color: approx Red Oxide. HEX triplet: 53, 13 and 06. RGB value is (83,19,6). Sum of RGB (Red+Green+Blue) = 83+19+6=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #531306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531306 is #ACECF9. Grayscale: #242424. Windows color (decimal): -11332858 or 398163. OLE color: 398163.

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

Color convert

RGB83196-
CMYK00.770.930.67
HSL10.13º86.52%17.45%-
HSV(B)10.13º92.77%32.55%-
XYZ3.832.320.42-
YUV36.65110.7161.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=76.85%
G=17.59%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8319600.770.930.6710.1386.5217.45
Hex5313604D5D43a5711
Octal12323601151351031212721
Binary10100111001111001001101101110110000111010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531306; }

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

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

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

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

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

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

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

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