#442632

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

Shades of Castro #442632

Tints of Castro #442632

Color information

#442632 (or 0x442632) is unknown color: approx Castro. HEX triplet: 44, 26 and 32. RGB value is (68,38,50). Sum of RGB (Red+Green+Blue) = 68+38+50=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #442632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442632 is #BBD9CD. Grayscale: #303030. Windows color (decimal): -12310990 or 3286596. OLE color: 3286596.

HSL color Cylindrical-coordinate representation of color #442632: hue angle of 336º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #442632 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB683850-
CMYK00.440.260.73
HSL336º28.3%20.78%-
HSV(B)336º44.12%26.67%-
XYZ3.652.853.37-
YUV48.34128.94142.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=43.59%
G=24.36%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68385000.440.260.7333628.320.78
Hex44263202C1A491501c15
Octal1044662054321115203425
Binary100010010011011001001011001101010010011010100001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442632; }

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

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

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

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

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

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

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

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