#3D1719

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

Shades of Rustic Red #3D1719

Tints of Rustic Red #3D1719

Color information

#3D1719 (or 0x3D1719) is unknown color: approx Rustic Red. HEX triplet: 3D, 17 and 19. RGB value is (61,23,25). Sum of RGB (Red+Green+Blue) = 61+23+25=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1719 is #C2E8E6. Grayscale: #222222. Windows color (decimal): -12773607 or 1644349. OLE color: 1644349.

HSL color Cylindrical-coordinate representation of color #3D1719: hue angle of 356.84º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D1719 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB612325-
CMYK00.620.590.76
HSL356.84º45.24%16.47%-
HSV(B)356.84º62.3%23.92%-
XYZ2.411.681.12-
YUV34.59122.59146.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=55.96%
G=21.10%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61232500.620.590.76356.8445.2416.47
Hex3D171903E3B4C1652d10
Octal752731076731145455520
Binary11110110111110010111110111011100110010110010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,23,25); }

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

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

 a { background-color: rgb(61,23,25); }

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

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

 span { border-color: rgb(61,23,25); }

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