#441A29

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

Shades of Castro #441A29

Tints of Castro #441A29

Color information

#441A29 (or 0x441A29) is unknown color: approx Castro. HEX triplet: 44, 1A and 29. RGB value is (68,26,41). Sum of RGB (Red+Green+Blue) = 68+26+41=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #441A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A29 is #BBE5D6. Grayscale: #282828. Windows color (decimal): -12314071 or 2693700. OLE color: 2693700.

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

Color convert

RGB682641-
CMYK00.620.400.73
HSL338.57º44.68%18.43%-
HSV(B)338.57º61.76%26.67%-
XYZ3.152.132.34-
YUV40.27128.41147.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=50.37%
G=19.26%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68264100.620.400.73338.5744.6818.43
Hex441A2903E28491532d12
Octal1043251076501115235522
Binary1000100110101010010111110101000100100110101001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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