#411524

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

Shades of Castro #411524

Tints of Castro #411524

Color information

#411524 (or 0x411524) is unknown color: approx Castro. HEX triplet: 41, 15 and 24. RGB value is (65,21,36). Sum of RGB (Red+Green+Blue) = 65+21+36=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #411524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411524 is #BEEADB. Grayscale: #232323. Windows color (decimal): -12511964 or 2364737. OLE color: 2364737.

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

Color convert

RGB652136-
CMYK00.680.450.75
HSL339.55º51.16%16.86%-
HSV(B)339.55º67.69%25.49%-
XYZ2.771.791.87-
YUV35.87128.08148.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=53.28%
G=17.21%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65213600.680.450.75339.5551.1616.86
Hex4115240442D4B1543311
Octal10125440104551135246321
Binary10000011010110010001000100101101100101110101010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411524; }

 p { color: rgb(65,21,36); }

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

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

 a { background-color: rgb(65,21,36); }

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

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

 span { border-color: rgb(65,21,36); }

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