#411F2C

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

Shades of Castro #411F2C

Tints of Castro #411F2C

Color information

#411F2C (or 0x411F2C) is unknown color: approx Castro. HEX triplet: 41, 1F and 2C. RGB value is (65,31,44). Sum of RGB (Red+Green+Blue) = 65+31+44=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F2C is #BEE0D3. Grayscale: #2A2A2A. Windows color (decimal): -12509396 or 2891585. OLE color: 2891585.

HSL color Cylindrical-coordinate representation of color #411F2C: hue angle of 337.06º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F2C is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB653144-
CMYK00.520.320.75
HSL337.06º35.42%18.82%-
HSV(B)337.06º52.31%25.49%-
XYZ3.122.292.66-
YUV42.65128.76143.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=46.43%
G=22.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65314400.520.320.75337.0635.4218.82
Hex411F2C034204B1512313
Octal1013754064401135214323
Binary1000001111111011000110100100000100101110101000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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