#411D29

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

Shades of Castro #411D29

Tints of Castro #411D29

Color information

#411D29 (or 0x411D29) is unknown color: approx Castro. HEX triplet: 41, 1D and 29. RGB value is (65,29,41). Sum of RGB (Red+Green+Blue) = 65+29+41=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D29 is #BEE2D6. Grayscale: #292929. Windows color (decimal): -12509911 or 2694465. OLE color: 2694465.

HSL color Cylindrical-coordinate representation of color #411D29: hue angle of 340º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D29 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB652941-
CMYK00.550.370.75
HSL340º38.3%18.43%-
HSV(B)340º55.38%25.49%-
XYZ3.022.162.36-
YUV41.13127.93145.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=48.15%
G=21.48%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65294100.550.370.7534038.318.43
Hex411D29037254B1542612
Octal1013551067451135244622
Binary1000001111011010010110111100101100101110101010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D29; }

 p { color: rgb(65,29,41); }

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

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

 a { background-color: rgb(65,29,41); }

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

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

 span { border-color: rgb(65,29,41); }

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