#411D28

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

Shades of Castro #411D28

Tints of Castro #411D28

Color information

#411D28 (or 0x411D28) is unknown color: approx Castro. HEX triplet: 41, 1D and 28. RGB value is (65,29,40). Sum of RGB (Red+Green+Blue) = 65+29+40=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #411D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D28 is #BEE2D7. Grayscale: #292929. Windows color (decimal): -12509912 or 2628929. OLE color: 2628929.

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

Color convert

RGB652940-
CMYK00.550.380.75
HSL341.67º38.3%18.43%-
HSV(B)341.67º55.38%25.49%-
XYZ32.162.27-
YUV41.02127.43145.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=48.51%
G=21.64%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65294000.550.380.75341.6738.318.43
Hex411D28037264B1562612
Octal1013550067461135264622
Binary1000001111011010000110111100110100101110101011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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