#401725

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

Shades of Castro #401725

Tints of Castro #401725

Color information

#401725 (or 0x401725) is unknown color: approx Castro. HEX triplet: 40, 17 and 25. RGB value is (64,23,37). Sum of RGB (Red+Green+Blue) = 64+23+37=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401725 is #BFE8DA. Grayscale: #242424. Windows color (decimal): -12576987 or 2430784. OLE color: 2430784.

HSL color Cylindrical-coordinate representation of color #401725: hue angle of 339.51º 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 #401725 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB642337-
CMYK00.640.420.75
HSL339.51º47.13%17.06%-
HSV(B)339.51º64.06%25.1%-
XYZ2.751.841.96-
YUV36.86128.08147.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=51.61%
G=18.55%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64233700.640.420.75339.5147.1317.06
Hex4017250402A4B1542f11
Octal10027450100521135245721
Binary10000001011110010101000000101010100101110101010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401725; }

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

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

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

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

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

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

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

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