#401726

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

Shades of Castro #401726

Tints of Castro #401726

Color information

#401726 (or 0x401726) is unknown color: approx Castro. HEX triplet: 40, 17 and 26. RGB value is (64,23,38). Sum of RGB (Red+Green+Blue) = 64+23+38=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401726 is #BFE8D9. Grayscale: #242424. Windows color (decimal): -12576986 or 2496320. OLE color: 2496320.

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

Color convert

RGB642338-
CMYK00.640.410.75
HSL338.05º47.13%17.06%-
HSV(B)338.05º64.06%25.1%-
XYZ2.771.842.04-
YUV36.97128.58147.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=51.2%
G=18.4%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64233800.640.410.75338.0547.1317.06
Hex401726040294B1522f11
Octal10027460100511135225721
Binary10000001011110011001000000101001100101110101001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401726; }

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

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

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

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

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

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

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

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