#462431

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

Shades of Castro #462431

Tints of Castro #462431

Color information

#462431 (or 0x462431) is unknown color: approx Castro. HEX triplet: 46, 24 and 31. RGB value is (70,36,49). Sum of RGB (Red+Green+Blue) = 70+36+49=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #462431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462431 is #B9DBCE. Grayscale: #2F2F2F. Windows color (decimal): -12180431 or 3220550. OLE color: 3220550.

HSL color Cylindrical-coordinate representation of color #462431: hue angle of 337.06º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #462431 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB703649-
CMYK00.490.300.73
HSL337.06º32.08%20.78%-
HSV(B)337.06º48.57%27.45%-
XYZ3.712.793.25-
YUV47.65128.76143.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=45.16%
G=23.23%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70364900.490.300.73337.0632.0820.78
Hex4624310311E491512015
Octal1064461061361115214025
Binary1000110100100110001011000111110100100110101000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462431; }

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

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

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

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

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

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

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

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