#462131

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

Shades of Castro #462131

Tints of Castro #462131

Color information

#462131 (or 0x462131) is unknown color: approx Castro. HEX triplet: 46, 21 and 31. RGB value is (70,33,49). Sum of RGB (Red+Green+Blue) = 70+33+49=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462131 is #B9DECE. Grayscale: #2D2D2D. Windows color (decimal): -12181199 or 3219782. OLE color: 3219782.

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

Color convert

RGB703349-
CMYK00.530.300.73
HSL334.05º35.92%20.2%-
HSV(B)334.05º52.86%27.45%-
XYZ3.622.613.22-
YUV45.89129.76145.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=46.05%
G=21.71%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70334900.530.300.73334.0535.9220.2
Hex4621310351E4914e2414
Octal1064161065361115164424
Binary1000110100001110001011010111110100100110100111010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462131; }

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

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

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

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

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

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

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

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