#411D2C

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

Shades of Castro #411D2C

Tints of Castro #411D2C

Color information

#411D2C (or 0x411D2C) is unknown color: approx Castro. HEX triplet: 41, 1D and 2C. RGB value is (65,29,44). Sum of RGB (Red+Green+Blue) = 65+29+44=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D2C is #BEE2D3. Grayscale: #292929. Windows color (decimal): -12509908 or 2891073. OLE color: 2891073.

HSL color Cylindrical-coordinate representation of color #411D2C: hue angle of 335º 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 #411D2C is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB652944-
CMYK00.550.320.75
HSL335º38.3%18.43%-
HSV(B)335º55.38%25.49%-
XYZ3.072.182.64-
YUV41.47129.43144.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=47.10%
G=21.01%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65294400.550.320.7533538.318.43
Hex411D2C037204B14f2612
Octal1013554067401135174622
Binary1000001111011011000110111100000100101110100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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