#441525

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

Shades of Castro #441525

Tints of Castro #441525

Color information

#441525 (or 0x441525) is unknown color: approx Castro. HEX triplet: 44, 15 and 25. RGB value is (68,21,37). Sum of RGB (Red+Green+Blue) = 68+21+37=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441525 is #BBEADA. Grayscale: #242424. Windows color (decimal): -12315355 or 2430276. OLE color: 2430276.

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

Color convert

RGB682137-
CMYK00.690.460.73
HSL339.57º52.81%17.45%-
HSV(B)339.57º69.12%26.67%-
XYZ2.991.91.96-
YUV36.88128.07150.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=53.97%
G=16.67%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68213700.690.460.73339.5752.8117.45
Hex4415250452E491543511
Octal10425450105561115246521
Binary10001001010110010101000101101110100100110101010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441525; }

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

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

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

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

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

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

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

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