#441625

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

Shades of Castro #441625

Tints of Castro #441625

Color information

#441625 (or 0x441625) is unknown color: approx Castro. HEX triplet: 44, 16 and 25. RGB value is (68,22,37). Sum of RGB (Red+Green+Blue) = 68+22+37=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441625 is #BBE9DA. Grayscale: #252525. Windows color (decimal): -12315099 or 2430532. OLE color: 2430532.

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

Color convert

RGB682237-
CMYK00.680.460.73
HSL340.43º51.11%17.65%-
HSV(B)340.43º67.65%26.67%-
XYZ31.941.97-
YUV37.46127.74149.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=53.54%
G=17.32%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68223700.680.460.73340.4351.1117.65
Hex4416250442E491543312
Octal10426450104561115246322
Binary10001001011010010101000100101110100100110101010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441625; }

 p { color: rgb(68,22,37); }

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

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

 a { background-color: rgb(68,22,37); }

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

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

 span { border-color: rgb(68,22,37); }

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