#441D29

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

Shades of Castro #441D29

Tints of Castro #441D29

Color information

#441D29 (or 0x441D29) is unknown color: approx Castro. HEX triplet: 44, 1D and 29. RGB value is (68,29,41). Sum of RGB (Red+Green+Blue) = 68+29+41=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #441D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D29 is #BBE2D6. Grayscale: #2A2A2A. Windows color (decimal): -12313303 or 2694468. OLE color: 2694468.

HSL color Cylindrical-coordinate representation of color #441D29: hue angle of 341.54º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D29 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB682941-
CMYK00.570.400.73
HSL341.54º40.21%19.02%-
HSV(B)341.54º57.35%26.67%-
XYZ3.222.272.37-
YUV42.03127.42146.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=49.28%
G=21.01%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68294100.570.400.73341.5440.2119.02
Hex441D2903928491562813
Octal1043551071501115265023
Binary1000100111011010010111001101000100100110101011010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441D29; }

 p { color: rgb(68,29,41); }

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

<style>
 a { background-color: #441D29; }

 a { background-color: rgb(68,29,41); }

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

<style>
 span { border-color: #441D29; }

 span { border-color: rgb(68,29,41); }

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