#411828

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

Shades of Castro #411828

Tints of Castro #411828

Color information

#411828 (or 0x411828) is unknown color: approx Castro. HEX triplet: 41, 18 and 28. RGB value is (65,24,40). Sum of RGB (Red+Green+Blue) = 65+24+40=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #411828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411828 is #BEE7D7. Grayscale: #262626. Windows color (decimal): -12511192 or 2627649. OLE color: 2627649.

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

Color convert

RGB652440-
CMYK00.630.380.75
HSL336.59º46.07%17.45%-
HSV(B)336.59º63.08%25.49%-
XYZ2.891.932.23-
YUV38.08129.08147.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=50.39%
G=18.60%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65244000.630.380.75336.5946.0717.45
Hex41182803F264B1512e11
Octal1013050077461135215621
Binary1000001110001010000111111100110100101110101000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411828; }

 p { color: rgb(65,24,40); }

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

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

 a { background-color: rgb(65,24,40); }

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

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

 span { border-color: rgb(65,24,40); }

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