#411626

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

Shades of Castro #411626

Tints of Castro #411626

Color information

#411626 (or 0x411626) is unknown color: approx Castro. HEX triplet: 41, 16 and 26. RGB value is (65,22,38). Sum of RGB (Red+Green+Blue) = 65+22+38=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411626 is #BEE9D9. Grayscale: #242424. Windows color (decimal): -12511706 or 2496065. OLE color: 2496065.

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

Color convert

RGB652238-
CMYK00.660.420.75
HSL337.67º49.43%17.06%-
HSV(B)337.67º66.15%25.49%-
XYZ2.821.842.04-
YUV36.68128.75148.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=52%
G=17.6%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65223800.660.420.75337.6749.4317.06
Hex4116260422A4B1523111
Octal10126460102521135226121
Binary10000011011010011001000010101010100101110101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411626; }

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

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

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

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

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

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

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

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