#411826

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

Shades of Castro #411826

Tints of Castro #411826

Color information

#411826 (or 0x411826) is unknown color: approx Castro. HEX triplet: 41, 18 and 26. RGB value is (65,24,38). Sum of RGB (Red+Green+Blue) = 65+24+38=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #411826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411826 is #BEE7D9. Grayscale: #252525. Windows color (decimal): -12511194 or 2496577. OLE color: 2496577.

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

Color convert

RGB652438-
CMYK00.630.420.75
HSL339.51º46.07%17.45%-
HSV(B)339.51º63.08%25.49%-
XYZ2.861.922.05-
YUV37.85128.08147.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=51.18%
G=18.90%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65243800.630.420.75339.5146.0717.45
Hex41182603F2A4B1542e11
Octal1013046077521135245621
Binary1000001110001001100111111101010100101110101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411826; }

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

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

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

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

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

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

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

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