#400617

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

Shades of Rustic Red #400617

Tints of Rustic Red #400617

Color information

#400617 (or 0x400617) is unknown color: approx Rustic Red. HEX triplet: 40, 06 and 17. RGB value is (64,6,23). Sum of RGB (Red+Green+Blue) = 64+6+23=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #400617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400617 is #BFF9E8. Grayscale: #191919. Windows color (decimal): -12581353 or 1508928. OLE color: 1508928.

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

Color convert

RGB64623-
CMYK00.910.640.75
HSL342.41º82.86%13.73%-
HSV(B)342.41º90.62%25.1%-
XYZ2.331.280.94-
YUV25.28126.72155.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 6 (2.73% from 255) = 6.45%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=68.82%
G=6.45%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6462300.910.640.75342.4182.8613.73
Hex4061705B404B15653e
Octal100627013310011352612316
Binary100000011010111010110111000000100101110101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400617; }

 p { color: rgb(64,6,23); }

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

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

 a { background-color: rgb(64,6,23); }

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

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

 span { border-color: rgb(64,6,23); }

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