#411C28

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

Shades of Castro #411C28

Tints of Castro #411C28

Color information

#411C28 (or 0x411C28) is unknown color: approx Castro. HEX triplet: 41, 1C and 28. RGB value is (65,28,40). Sum of RGB (Red+Green+Blue) = 65+28+40=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #411C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C28 is #BEE3D7. Grayscale: #282828. Windows color (decimal): -12510168 or 2628673. OLE color: 2628673.

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

Color convert

RGB652840-
CMYK00.570.380.75
HSL340.54º39.78%18.24%-
HSV(B)340.54º56.92%25.49%-
XYZ2.982.112.26-
YUV40.43127.76145.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=48.87%
G=21.05%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65284000.570.380.75340.5439.7818.24
Hex411C28039264B1552812
Octal1013450071461135255022
Binary1000001111001010000111001100110100101110101010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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