#411928

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

Shades of Castro #411928

Tints of Castro #411928

Color information

#411928 (or 0x411928) is unknown color: approx Castro. HEX triplet: 41, 19 and 28. RGB value is (65,25,40). Sum of RGB (Red+Green+Blue) = 65+25+40=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #411928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411928 is #BEE6D7. Grayscale: #262626. Windows color (decimal): -12510936 or 2627905. OLE color: 2627905.

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

Color convert

RGB652540-
CMYK00.620.380.75
HSL337.5º44.44%17.65%-
HSV(B)337.5º61.54%25.49%-
XYZ2.911.972.23-
YUV38.67128.75146.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=50%
G=19.23%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65254000.620.380.75337.544.4417.65
Hex41192803E264B1522c12
Octal1013150076461135225422
Binary1000001110011010000111110100110100101110101001010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411928; }

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

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

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

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

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

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

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

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