#3F091B

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

Shades of Rustic Red #3F091B

Tints of Rustic Red #3F091B

Color information

#3F091B (or 0x3F091B) is unknown color: approx Rustic Red. HEX triplet: 3F, 09 and 1B. RGB value is (63,9,27). Sum of RGB (Red+Green+Blue) = 63+9+27=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F091B is #C0F6E4. Grayscale: #1B1B1B. Windows color (decimal): -12646117 or 1771839. OLE color: 1771839.

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

Color convert

RGB63927-
CMYK00.860.570.75
HSL340º75%14.12%-
HSV(B)340º85.71%24.71%-
XYZ2.351.331.17-
YUV27.2127.89153.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 63.64%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=63.64%
G=9.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6392700.860.570.753407514.12
Hex3F91B056394B1544be
Octal77113301267111352411316
Binary11111110011101101010110111001100101110101010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,9,27); }

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

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

 a { background-color: rgb(63,9,27); }

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

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

 span { border-color: rgb(63,9,27); }

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