#412D33

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

Shades of Castro #412D33

Tints of Castro #412D33

Color information

#412D33 (or 0x412D33) is unknown color: approx Castro. HEX triplet: 41, 2D and 33. RGB value is (65,45,51). Sum of RGB (Red+Green+Blue) = 65+45+51=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D33 is #BED2CC. Grayscale: #333333. Windows color (decimal): -12505805 or 3353921. OLE color: 3353921.

HSL color Cylindrical-coordinate representation of color #412D33: hue angle of 342º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #412D33 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB654551-
CMYK00.310.220.75
HSL342º18.18%21.57%-
HSV(B)342º30.77%25.49%-
XYZ3.723.243.56-
YUV51.66127.63137.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=40.37%
G=27.95%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65455100.310.220.7534218.1821.57
Hex412D3301F164B1561216
Octal1015563037261135262226
Binary10000011011011100110111111011010010111010101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412D33; }

 p { color: rgb(65,45,51); }

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

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

 a { background-color: rgb(65,45,51); }

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

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

 span { border-color: rgb(65,45,51); }

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