#432B34

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

Shades of Castro #432B34

Tints of Castro #432B34

Color information

#432B34 (or 0x432B34) is unknown color: approx Castro. HEX triplet: 43, 2B and 34. RGB value is (67,43,52). Sum of RGB (Red+Green+Blue) = 67+43+52=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #432B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B34 is #BCD4CB. Grayscale: #333333. Windows color (decimal): -12375244 or 3418947. OLE color: 3418947.

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

Color convert

RGB674352-
CMYK00.360.220.74
HSL337.5º21.82%21.57%-
HSV(B)337.5º35.82%26.27%-
XYZ3.83.173.66-
YUV51.2128.45139.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=41.36%
G=26.54%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67435200.360.220.74337.521.8221.57
Hex432B34024164A1521616
Octal1035364044261125222626
Binary100001110101111010001001001011010010101010100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432B34; }

 p { color: rgb(67,43,52); }

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

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

 a { background-color: rgb(67,43,52); }

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

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

 span { border-color: rgb(67,43,52); }

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