#44202A

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

Shades of Castro #44202A

Tints of Castro #44202A

Color information

#44202A (or 0x44202A) is unknown color: approx Castro. HEX triplet: 44, 20 and 2A. RGB value is (68,32,42). Sum of RGB (Red+Green+Blue) = 68+32+42=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #44202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44202A is #BBDFD5. Grayscale: #2B2B2B. Windows color (decimal): -12312534 or 2760772. OLE color: 2760772.

HSL color Cylindrical-coordinate representation of color #44202A: hue angle of 343.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44202A is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB683242-
CMYK00.530.380.73
HSL343.33º36%19.61%-
HSV(B)343.33º52.94%26.67%-
XYZ3.322.432.48-
YUV43.9126.93145.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=47.89%
G=22.54%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68324200.530.380.73343.333619.61
Hex44202A03526491572414
Octal1044052065461115274424
Binary10001001000001010100110101100110100100110101011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44202A; }

 p { color: rgb(68,32,42); }

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

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

 a { background-color: rgb(68,32,42); }

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

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

 span { border-color: rgb(68,32,42); }

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