#411727

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

Shades of Castro #411727

Tints of Castro #411727

Color information

#411727 (or 0x411727) is unknown color: approx Castro. HEX triplet: 41, 17 and 27. RGB value is (65,23,39). Sum of RGB (Red+Green+Blue) = 65+23+39=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #411727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411727 is #BEE8D8. Grayscale: #252525. Windows color (decimal): -12511449 or 2561857. OLE color: 2561857.

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

Color convert

RGB652339-
CMYK00.650.400.75
HSL337.14º47.73%17.25%-
HSV(B)337.14º64.62%25.49%-
XYZ2.851.882.13-
YUV37.38128.91147.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=51.18%
G=18.11%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65233900.650.400.75337.1447.7317.25
Hex411727041284B1513011
Octal10127470101501135216021
Binary10000011011110011101000001101000100101110101000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411727; }

 p { color: rgb(65,23,39); }

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

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

 a { background-color: rgb(65,23,39); }

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

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

 span { border-color: rgb(65,23,39); }

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