#432932

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

Shades of Castro #432932

Tints of Castro #432932

Color information

#432932 (or 0x432932) is unknown color: approx Castro. HEX triplet: 43, 29 and 32. RGB value is (67,41,50). Sum of RGB (Red+Green+Blue) = 67+41+50=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 67 - color contains mainly: red. Hex color #432932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432932 is #BCD6CD. Grayscale: #313131. Windows color (decimal): -12375758 or 3287363. OLE color: 3287363.

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

Color convert

RGB674150-
CMYK00.390.250.74
HSL339.23º24.07%21.18%-
HSV(B)339.23º38.81%26.27%-
XYZ3.683.013.4-
YUV49.8128.11140.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.41%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=42.41%
G=25.95%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67415000.390.250.74339.2324.0721.18
Hex432932027194A1531815
Octal1035162047311125233025
Binary100001110100111001001001111100110010101010100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432932; }

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

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

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

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

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

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

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

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