#432731

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

Shades of Castro #432731

Tints of Castro #432731

Color information

#432731 (or 0x432731) is unknown color: approx Castro. HEX triplet: 43, 27 and 31. RGB value is (67,39,49). Sum of RGB (Red+Green+Blue) = 67+39+49=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #432731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432731 is #BCD8CE. Grayscale: #303030. Windows color (decimal): -12376271 or 3221315. OLE color: 3221315.

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

Color convert

RGB673949-
CMYK00.420.270.74
HSL338.57º26.42%20.78%-
HSV(B)338.57º41.79%26.27%-
XYZ3.592.873.27-
YUV48.51128.28141.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.23%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=43.23%
G=25.16%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67394900.420.270.74338.5726.4220.78
Hex43273102A1B4A1531a15
Octal1034761052331125233225
Binary100001110011111000101010101101110010101010100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432731; }

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

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

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

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

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

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

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

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