#441829

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

Shades of Castro #441829

Tints of Castro #441829

Color information

#441829 (or 0x441829) is unknown color: approx Castro. HEX triplet: 44, 18 and 29. RGB value is (68,24,41). Sum of RGB (Red+Green+Blue) = 68+24+41=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #441829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441829 is #BBE7D6. Grayscale: #272727. Windows color (decimal): -12314583 or 2693188. OLE color: 2693188.

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

Color convert

RGB682441-
CMYK00.650.400.73
HSL336.82º47.83%18.04%-
HSV(B)336.82º64.71%26.67%-
XYZ3.112.042.33-
YUV39.09129.08148.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=51.13%
G=18.05%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68244100.650.400.73336.8247.8318.04
Hex44182904128491513012
Octal10430510101501115216022
Binary10001001100010100101000001101000100100110101000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441829; }

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

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

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

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

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

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

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

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