#3F0611

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

Shades of Rustic Red #3F0611

Tints of Rustic Red #3F0611

Color information

#3F0611 (or 0x3F0611) is unknown color: approx Rustic Red. HEX triplet: 3F, 06 and 11. RGB value is (63,6,17). Sum of RGB (Red+Green+Blue) = 63+6+17=86 (11% of max value = 765). Red value is 63 (25% from 255 or 73.26% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0611 is #C0F9EE. Grayscale: #181818. Windows color (decimal): -12646895 or 1115711. OLE color: 1115711.

HSL color Cylindrical-coordinate representation of color #3F0611: hue angle of 348.42º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0611 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB63617-
CMYK00.900.730.75
HSL348.42º82.61%13.53%-
HSV(B)348.42º90.48%24.71%-
XYZ2.221.230.65-
YUV24.3123.88155.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 73.26%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=73.26%
G=6.98%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6361700.900.730.75348.4282.6113.53
Hex3F61105A494B15c53e
Octal77621013211111353412316
Binary11111111010001010110101001001100101110101110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F0611; }

 p { color: rgb(63,6,17); }

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

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

 a { background-color: rgb(63,6,17); }

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

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

 span { border-color: rgb(63,6,17); }

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