#432531

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

Shades of Castro #432531

Tints of Castro #432531

Color information

#432531 (or 0x432531) is unknown color: approx Castro. HEX triplet: 43, 25 and 31. RGB value is (67,37,49). Sum of RGB (Red+Green+Blue) = 67+37+49=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 67 - color contains mainly: red. Hex color #432531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432531 is #BCDACE. Grayscale: #2F2F2F. Windows color (decimal): -12376783 or 3220803. OLE color: 3220803.

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

Color convert

RGB673749-
CMYK00.450.270.74
HSL336º28.85%20.39%-
HSV(B)336º44.78%26.27%-
XYZ3.532.743.25-
YUV47.34128.94142.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.79%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=43.79%
G=24.18%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67374900.450.270.7433628.8520.39
Hex43253102D1B4A1501d14
Octal1034561055331125203524
Binary100001110010111000101011011101110010101010100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432531; }

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

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

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

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

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

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

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

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