#432931

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

Shades of Castro #432931

Tints of Castro #432931

Color information

#432931 (or 0x432931) is unknown color: approx Castro. HEX triplet: 43, 29 and 31. RGB value is (67,41,49). Sum of RGB (Red+Green+Blue) = 67+41+49=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #432931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432931 is #BCD6CE. Grayscale: #313131. Windows color (decimal): -12375759 or 3221827. OLE color: 3221827.

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

Color convert

RGB674149-
CMYK00.390.270.74
HSL341.54º24.07%21.18%-
HSV(B)341.54º38.81%26.27%-
XYZ3.6633.29-
YUV49.69127.61140.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=42.68%
G=26.11%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67414900.390.270.74341.5424.0721.18
Hex4329310271B4A1561815
Octal1035161047331125263025
Binary100001110100111000101001111101110010101010101101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432931; }

 p { color: rgb(67,41,49); }

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

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

 a { background-color: rgb(67,41,49); }

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

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

 span { border-color: rgb(67,41,49); }

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