#44212D

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

Shades of Castro #44212D

Tints of Castro #44212D

Color information

#44212D (or 0x44212D) is unknown color: approx Castro. HEX triplet: 44, 21 and 2D. RGB value is (68,33,45). Sum of RGB (Red+Green+Blue) = 68+33+45=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44212D is #BBDED2. Grayscale: #2C2C2C. Windows color (decimal): -12312275 or 2957636. OLE color: 2957636.

HSL color Cylindrical-coordinate representation of color #44212D: hue angle of 339.43º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44212D is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB683345-
CMYK00.510.340.73
HSL339.43º34.65%19.8%-
HSV(B)339.43º51.47%26.67%-
XYZ3.42.512.79-
YUV44.83128.1144.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=46.58%
G=22.60%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68334500.510.340.73339.4334.6519.8
Hex44212D03322491532314
Octal1044155063421115234324
Binary10001001000011011010110011100010100100110101001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44212D; }

 p { color: rgb(68,33,45); }

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

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

 a { background-color: rgb(68,33,45); }

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

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

 span { border-color: rgb(68,33,45); }

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