#411926

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

Shades of Castro #411926

Tints of Castro #411926

Color information

#411926 (or 0x411926) is unknown color: approx Castro. HEX triplet: 41, 19 and 26. RGB value is (65,25,38). Sum of RGB (Red+Green+Blue) = 65+25+38=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #411926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411926 is #BEE6D9. Grayscale: #262626. Windows color (decimal): -12510938 or 2496833. OLE color: 2496833.

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

Color convert

RGB652538-
CMYK00.620.420.75
HSL340.5º44.44%17.65%-
HSV(B)340.5º61.54%25.49%-
XYZ2.881.962.06-
YUV38.44127.75146.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=50.78%
G=19.53%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65253800.620.420.75340.544.4417.65
Hex41192603E2A4B1542c12
Octal1013146076521135245422
Binary1000001110011001100111110101010100101110101010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411926; }

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

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

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

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

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

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

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

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