#411C29

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

Shades of Castro #411C29

Tints of Castro #411C29

Color information

#411C29 (or 0x411C29) is unknown color: approx Castro. HEX triplet: 41, 1C and 29. RGB value is (65,28,41). Sum of RGB (Red+Green+Blue) = 65+28+41=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #411C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C29 is #BEE3D6. Grayscale: #282828. Windows color (decimal): -12510167 or 2694209. OLE color: 2694209.

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

Color convert

RGB652841-
CMYK00.570.370.75
HSL338.92º39.78%18.24%-
HSV(B)338.92º56.92%25.49%-
XYZ32.112.35-
YUV40.54128.26145.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=48.51%
G=20.90%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65284100.570.370.75338.9239.7818.24
Hex411C29039254B1532812
Octal1013451071451135235022
Binary1000001111001010010111001100101100101110101001110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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