#401827

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

Shades of Castro #401827

Tints of Castro #401827

Color information

#401827 (or 0x401827) is unknown color: approx Castro. HEX triplet: 40, 18 and 27. RGB value is (64,24,39). Sum of RGB (Red+Green+Blue) = 64+24+39=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #401827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401827 is #BFE7D8. Grayscale: #252525. Windows color (decimal): -12576729 or 2562112. OLE color: 2562112.

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

Color convert

RGB642439-
CMYK00.620.390.75
HSL337.5º45.45%17.25%-
HSV(B)337.5º62.5%25.1%-
XYZ2.811.892.14-
YUV37.67128.75146.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=50.39%
G=18.90%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64243900.620.390.75337.545.4517.25
Hex40182703E274B1522d11
Octal1003047076471135225521
Binary1000000110001001110111110100111100101110101001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401827; }

 p { color: rgb(64,24,39); }

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

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

 a { background-color: rgb(64,24,39); }

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

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

 span { border-color: rgb(64,24,39); }

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