#3F1517

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

Shades of Rustic Red #3F1517

Tints of Rustic Red #3F1517

Color information

#3F1517 (or 0x3F1517) is unknown color: approx Rustic Red. HEX triplet: 3F, 15 and 17. RGB value is (63,21,23). Sum of RGB (Red+Green+Blue) = 63+21+23=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1517 is #C0EAE8. Grayscale: #212121. Windows color (decimal): -12643049 or 1512767. OLE color: 1512767.

HSL color Cylindrical-coordinate representation of color #3F1517: hue angle of 357.14º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F1517 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB632123-
CMYK00.670.630.75
HSL357.14º50%16.47%-
HSV(B)357.14º66.67%24.71%-
XYZ2.471.651-
YUV33.79121.91148.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 23 (9.38% from 255) = 21.50%
R=58.88%
G=19.63%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63212300.670.630.75357.145016.47
Hex3F15170433F4B1653210
Octal7725270103771135456220
Binary111111101011011101000011111111100101110110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,21,23); }

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

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

 a { background-color: rgb(63,21,23); }

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

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

 span { border-color: rgb(63,21,23); }

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