#441826

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

Shades of Castro #441826

Tints of Castro #441826

Color information

#441826 (or 0x441826) is unknown color: approx Castro. HEX triplet: 44, 18 and 26. RGB value is (68,24,38). Sum of RGB (Red+Green+Blue) = 68+24+38=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #441826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441826 is #BBE7D9. Grayscale: #262626. Windows color (decimal): -12314586 or 2496580. OLE color: 2496580.

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

Color convert

RGB682438-
CMYK00.650.440.73
HSL340.91º47.83%18.04%-
HSV(B)340.91º64.71%26.67%-
XYZ3.062.022.06-
YUV38.75127.58148.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=52.31%
G=18.46%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68243800.650.440.73340.9147.8318.04
Hex4418260412C491553012
Octal10430460101541115256022
Binary10001001100010011001000001101100100100110101010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441826; }

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

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

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

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

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

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

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

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