#432431

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

Shades of Castro #432431

Tints of Castro #432431

Color information

#432431 (or 0x432431) is unknown color: approx Castro. HEX triplet: 43, 24 and 31. RGB value is (67,36,49). Sum of RGB (Red+Green+Blue) = 67+36+49=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #432431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432431 is #BCDBCE. Grayscale: #2E2E2E. Windows color (decimal): -12377039 or 3220547. OLE color: 3220547.

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

Color convert

RGB673649-
CMYK00.460.270.74
HSL334.84º30.1%20.2%-
HSV(B)334.84º46.27%26.27%-
XYZ3.52.683.24-
YUV46.75129.27142.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=44.08%
G=23.68%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67364900.460.270.74334.8430.120.2
Hex43243102E1B4A14f1e14
Octal1034461056331125173624
Binary100001110010011000101011101101110010101010011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432431; }

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

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

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

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

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

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

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

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