#431A28

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

Shades of Castro #431A28

Tints of Castro #431A28

Color information

#431A28 (or 0x431A28) is unknown color: approx Castro. HEX triplet: 43, 1A and 28. RGB value is (67,26,40). Sum of RGB (Red+Green+Blue) = 67+26+40=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #431A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A28 is #BCE5D7. Grayscale: #272727. Windows color (decimal): -12379608 or 2628163. OLE color: 2628163.

HSL color Cylindrical-coordinate representation of color #431A28: hue angle of 339.51º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A28 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB672640-
CMYK00.610.400.74
HSL339.51º44.09%18.24%-
HSV(B)339.51º61.19%26.27%-
XYZ3.072.092.25-
YUV39.85128.08147.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=50.38%
G=19.55%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67264000.610.400.74339.5144.0918.24
Hex431A2803D284A1542c12
Octal1033250075501125245422
Binary1000011110101010000111101101000100101010101010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431A28; }

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

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

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

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

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

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

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

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