#411D2A

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

Shades of Castro #411D2A

Tints of Castro #411D2A

Color information

#411D2A (or 0x411D2A) is unknown color: approx Castro. HEX triplet: 41, 1D and 2A. RGB value is (65,29,42). Sum of RGB (Red+Green+Blue) = 65+29+42=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #411D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D2A is #BEE2D5. Grayscale: #292929. Windows color (decimal): -12509910 or 2760001. OLE color: 2760001.

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

Color convert

RGB652942-
CMYK00.550.350.75
HSL338.33º38.3%18.43%-
HSV(B)338.33º55.38%25.49%-
XYZ3.042.172.45-
YUV41.25128.43144.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=47.79%
G=21.32%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65294200.550.350.75338.3338.318.43
Hex411D2A037234B1522612
Octal1013552067431135224622
Binary1000001111011010100110111100011100101110101001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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