#441425

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

Shades of Castro #441425

Tints of Castro #441425

Color information

#441425 (or 0x441425) is unknown color: approx Castro. HEX triplet: 44, 14 and 25. RGB value is (68,20,37). Sum of RGB (Red+Green+Blue) = 68+20+37=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441425 is #BBEBDA. Grayscale: #242424. Windows color (decimal): -12315611 or 2430020. OLE color: 2430020.

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

Color convert

RGB682037-
CMYK00.710.460.73
HSL338.75º54.55%17.25%-
HSV(B)338.75º70.59%26.67%-
XYZ2.971.861.95-
YUV36.29128.4150.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=54.4%
G=16%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68203700.710.460.73338.7554.5517.25
Hex4414250472E491533711
Octal10424450107561115236721
Binary10001001010010010101000111101110100100110101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441425; }

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

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

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

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

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

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

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

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