#411726

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

Shades of Castro #411726

Tints of Castro #411726

Color information

#411726 (or 0x411726) is unknown color: approx Castro. HEX triplet: 41, 17 and 26. RGB value is (65,23,38). Sum of RGB (Red+Green+Blue) = 65+23+38=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #411726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411726 is #BEE8D9. Grayscale: #252525. Windows color (decimal): -12511450 or 2496321. OLE color: 2496321.

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

Color convert

RGB652338-
CMYK00.650.420.75
HSL338.57º47.73%17.25%-
HSV(B)338.57º64.62%25.49%-
XYZ2.841.882.05-
YUV37.27128.41147.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=51.59%
G=18.25%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65233800.650.420.75338.5747.7317.25
Hex4117260412A4B1533011
Octal10127460101521135236021
Binary10000011011110011001000001101010100101110101001111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411726; }

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

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

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

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

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

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

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

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