#3D131B

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

Shades of Rustic Red #3D131B

Tints of Rustic Red #3D131B

Color information

#3D131B (or 0x3D131B) is unknown color: approx Rustic Red. HEX triplet: 3D, 13 and 1B. RGB value is (61,19,27). Sum of RGB (Red+Green+Blue) = 61+19+27=107 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.01% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 61 - color contains mainly: red. Hex color #3D131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D131B is #C2ECE4. Grayscale: #202020. Windows color (decimal): -12774629 or 1774397. OLE color: 1774397.

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

Color convert

RGB611927-
CMYK00.690.560.76
HSL348.57º52.5%15.69%-
HSV(B)348.57º68.85%23.92%-
XYZ2.361.541.21-
YUV32.47124.91148.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.01%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=57.01%
G=17.76%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61192700.690.560.76348.5752.515.69
Hex3D131B045384C15d3410
Octal7523330105701145356420
Binary111101100111101101000101111000100110010101110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,19,27); }

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

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

 a { background-color: rgb(61,19,27); }

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

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

 span { border-color: rgb(61,19,27); }

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