#441928

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

Shades of Castro #441928

Tints of Castro #441928

Color information

#441928 (or 0x441928) is unknown color: approx Castro. HEX triplet: 44, 19 and 28. RGB value is (68,25,40). Sum of RGB (Red+Green+Blue) = 68+25+40=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #441928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441928 is #BBE6D7. Grayscale: #272727. Windows color (decimal): -12314328 or 2627908. OLE color: 2627908.

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

Color convert

RGB682540-
CMYK00.630.410.73
HSL339.07º46.24%18.24%-
HSV(B)339.07º63.24%26.67%-
XYZ3.112.082.24-
YUV39.57128.25148.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=51.13%
G=18.80%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68254000.630.410.73339.0746.2418.24
Hex44192803F29491532e12
Octal1043150077511115235622
Binary1000100110011010000111111101001100100110101001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441928; }

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

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

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

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

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

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

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

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