#432632

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

Shades of Castro #432632

Tints of Castro #432632

Color information

#432632 (or 0x432632) is unknown color: approx Castro. HEX triplet: 43, 26 and 32. RGB value is (67,38,50). Sum of RGB (Red+Green+Blue) = 67+38+50=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #432632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432632 is #BCD9CD. Grayscale: #303030. Windows color (decimal): -12376526 or 3286595. OLE color: 3286595.

HSL color Cylindrical-coordinate representation of color #432632: hue angle of 335.17º 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 #432632 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB673850-
CMYK00.430.250.74
HSL335.17º27.62%20.59%-
HSV(B)335.17º43.28%26.27%-
XYZ3.582.813.37-
YUV48.04129.11141.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.23%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=43.23%
G=24.52%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67385000.430.250.74335.1727.6220.59
Hex43263202B194A14f1c15
Octal1034662053311125173425
Binary100001110011011001001010111100110010101010011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432632; }

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

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

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

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

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

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

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

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