#441D2D

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

Shades of Castro #441D2D

Tints of Castro #441D2D

Color information

#441D2D (or 0x441D2D) is unknown color: approx Castro. HEX triplet: 44, 1D and 2D. RGB value is (68,29,45). Sum of RGB (Red+Green+Blue) = 68+29+45=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #441D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D2D is #BBE2D2. Grayscale: #2A2A2A. Windows color (decimal): -12313299 or 2956612. OLE color: 2956612.

HSL color Cylindrical-coordinate representation of color #441D2D: hue angle of 335.38º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D2D is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB682945-
CMYK00.570.340.73
HSL335.38º40.21%19.02%-
HSV(B)335.38º57.35%26.67%-
XYZ3.32.32.75-
YUV42.49129.42146.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 29 (11.72% from 255) = 20.42%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=47.89%
G=20.42%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68294500.570.340.73335.3840.2119.02
Hex441D2D039224914f2813
Octal1043555071421115175023
Binary1000100111011011010111001100010100100110100111110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441D2D; }

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

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

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

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

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

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

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

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