#432831

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

Shades of Castro #432831

Tints of Castro #432831

Color information

#432831 (or 0x432831) is unknown color: approx Castro. HEX triplet: 43, 28 and 31. RGB value is (67,40,49). Sum of RGB (Red+Green+Blue) = 67+40+49=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 67 - color contains mainly: red. Hex color #432831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432831 is #BCD7CE. Grayscale: #313131. Windows color (decimal): -12376015 or 3221571. OLE color: 3221571.

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

Color convert

RGB674049-
CMYK00.400.270.74
HSL340º25.23%20.98%-
HSV(B)340º40.3%26.27%-
XYZ3.632.933.28-
YUV49.1127.95140.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.95%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=42.95%
G=25.64%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67404900.400.270.7434025.2320.98
Hex4328310281B4A1541915
Octal1035061050331125243125
Binary100001110100011000101010001101110010101010101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432831; }

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

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

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

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

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

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

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

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