#411F2A

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

Shades of Castro #411F2A

Tints of Castro #411F2A

Color information

#411F2A (or 0x411F2A) is unknown color: approx Castro. HEX triplet: 41, 1F and 2A. RGB value is (65,31,42). Sum of RGB (Red+Green+Blue) = 65+31+42=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F2A is #BEE0D5. Grayscale: #2A2A2A. Windows color (decimal): -12509398 or 2760513. OLE color: 2760513.

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

Color convert

RGB653142-
CMYK00.520.350.75
HSL340.59º35.42%18.82%-
HSV(B)340.59º52.31%25.49%-
XYZ3.092.272.47-
YUV42.42127.76144.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=47.10%
G=22.46%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65314200.520.350.75340.5935.4218.82
Hex411F2A034234B1552313
Octal1013752064431135254323
Binary1000001111111010100110100100011100101110101010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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