#411C2C

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

Shades of Castro #411C2C

Tints of Castro #411C2C

Color information

#411C2C (or 0x411C2C) is unknown color: approx Castro. HEX triplet: 41, 1C and 2C. RGB value is (65,28,44). Sum of RGB (Red+Green+Blue) = 65+28+44=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #411C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C2C is #BEE3D3. Grayscale: #282828. Windows color (decimal): -12510164 or 2890817. OLE color: 2890817.

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

Color convert

RGB652844-
CMYK00.570.320.75
HSL334.05º39.78%18.24%-
HSV(B)334.05º56.92%25.49%-
XYZ3.052.142.63-
YUV40.89129.76145.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=47.45%
G=20.44%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65284400.570.320.75334.0539.7818.24
Hex411C2C039204B14e2812
Octal1013454071401135165022
Binary1000001111001011000111001100000100101110100111010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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