#3F0717

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

Shades of Rustic Red #3F0717

Tints of Rustic Red #3F0717

Color information

#3F0717 (or 0x3F0717) is unknown color: approx Rustic Red. HEX triplet: 3F, 07 and 17. RGB value is (63,7,23). Sum of RGB (Red+Green+Blue) = 63+7+23=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0717 is #C0F8E8. Grayscale: #191919. Windows color (decimal): -12646633 or 1509183. OLE color: 1509183.

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

Color convert

RGB63723-
CMYK00.890.630.75
HSL342.86º80%13.73%-
HSV(B)342.86º88.89%24.71%-
XYZ2.281.270.94-
YUV25.57126.55154.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 67.74%
GREEN value IS 7 (3.12% from 255) = 7.53%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=67.74%
G=7.53%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6372300.890.630.75342.868013.73
Hex3F7170593F4B15750e
Octal7772701317711352712016
Binary1111111111011101011001111111100101110101011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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