#441827

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

Shades of Castro #441827

Tints of Castro #441827

Color information

#441827 (or 0x441827) is unknown color: approx Castro. HEX triplet: 44, 18 and 27. RGB value is (68,24,39). Sum of RGB (Red+Green+Blue) = 68+24+39=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #441827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441827 is #BBE7D8. Grayscale: #262626. Windows color (decimal): -12314585 or 2562116. OLE color: 2562116.

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

Color convert

RGB682439-
CMYK00.650.430.73
HSL339.55º47.83%18.04%-
HSV(B)339.55º64.71%26.67%-
XYZ3.082.032.15-
YUV38.87128.08148.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=51.91%
G=18.32%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68243900.650.430.73339.5547.8318.04
Hex4418270412B491543012
Octal10430470101531115246022
Binary10001001100010011101000001101011100100110101010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441827; }

 p { color: rgb(68,24,39); }

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

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

 a { background-color: rgb(68,24,39); }

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

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

 span { border-color: rgb(68,24,39); }

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