#411D2B

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

Shades of Castro #411D2B

Tints of Castro #411D2B

Color information

#411D2B (or 0x411D2B) is unknown color: approx Castro. HEX triplet: 41, 1D and 2B. RGB value is (65,29,43). Sum of RGB (Red+Green+Blue) = 65+29+43=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #411D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D2B is #BEE2D4. Grayscale: #292929. Windows color (decimal): -12509909 or 2825537. OLE color: 2825537.

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

Color convert

RGB652943-
CMYK00.550.340.75
HSL336.67º38.3%18.43%-
HSV(B)336.67º55.38%25.49%-
XYZ3.062.182.54-
YUV41.36128.93144.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=47.45%
G=21.17%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65294300.550.340.75336.6738.318.43
Hex411D2B037224B1512612
Octal1013553067421135214622
Binary1000001111011010110110111100010100101110101000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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