#432631

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

Shades of Castro #432631

Tints of Castro #432631

Color information

#432631 (or 0x432631) is unknown color: approx Castro. HEX triplet: 43, 26 and 31. RGB value is (67,38,49). Sum of RGB (Red+Green+Blue) = 67+38+49=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 67 - color contains mainly: red. Hex color #432631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432631 is #BCD9CE. Grayscale: #2F2F2F. Windows color (decimal): -12376527 or 3221059. OLE color: 3221059.

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

Color convert

RGB673849-
CMYK00.430.270.74
HSL337.24º27.62%20.59%-
HSV(B)337.24º43.28%26.27%-
XYZ3.562.83.26-
YUV47.92128.61141.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=43.51%
G=24.68%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67384900.430.270.74337.2427.6220.59
Hex43263102B1B4A1511c15
Octal1034661053331125213425
Binary100001110011011000101010111101110010101010100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432631; }

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

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

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

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

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

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

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

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