#441728

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

Shades of Castro #441728

Tints of Castro #441728

Color information

#441728 (or 0x441728) is unknown color: approx Castro. HEX triplet: 44, 17 and 28. RGB value is (68,23,40). Sum of RGB (Red+Green+Blue) = 68+23+40=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #441728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441728 is #BBE8D7. Grayscale: #262626. Windows color (decimal): -12314840 or 2627396. OLE color: 2627396.

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

Color convert

RGB682340-
CMYK00.660.410.73
HSL337.33º49.45%17.84%-
HSV(B)337.33º66.18%26.67%-
XYZ3.071.992.23-
YUV38.39128.91149.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=51.91%
G=17.56%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68234000.660.410.73337.3349.4517.84
Hex44172804229491513112
Octal10427500102511115216122
Binary10001001011110100001000010101001100100110101000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441728; }

 p { color: rgb(68,23,40); }

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

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

 a { background-color: rgb(68,23,40); }

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

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

 span { border-color: rgb(68,23,40); }

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