#441926

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

Shades of Castro #441926

Tints of Castro #441926

Color information

#441926 (or 0x441926) is unknown color: approx Castro. HEX triplet: 44, 19 and 26. RGB value is (68,25,38). Sum of RGB (Red+Green+Blue) = 68+25+38=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #441926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441926 is #BBE6D9. Grayscale: #272727. Windows color (decimal): -12314330 or 2496836. OLE color: 2496836.

HSL color Cylindrical-coordinate representation of color #441926: hue angle of 341.86º 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 #441926 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB682538-
CMYK00.630.440.73
HSL341.86º46.24%18.24%-
HSV(B)341.86º63.24%26.67%-
XYZ3.082.062.07-
YUV39.34127.25148.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=51.91%
G=19.08%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68253800.630.440.73341.8646.2418.24
Hex44192603F2C491562e12
Octal1043146077541115265622
Binary1000100110011001100111111101100100100110101011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441926; }

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

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

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

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

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

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

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

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