#462332

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

Shades of Castro #462332

Tints of Castro #462332

Color information

#462332 (or 0x462332) is unknown color: approx Castro. HEX triplet: 46, 23 and 32. RGB value is (70,35,50). Sum of RGB (Red+Green+Blue) = 70+35+50=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #462332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462332 is #B9DCCD. Grayscale: #2F2F2F. Windows color (decimal): -12180686 or 3285830. OLE color: 3285830.

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

Color convert

RGB703550-
CMYK00.50.290.73
HSL334.29º33.33%20.59%-
HSV(B)334.29º50%27.45%-
XYZ3.72.733.35-
YUV47.18129.6144.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=45.16%
G=22.58%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70355000.50.290.73334.2933.3320.59
Hex4623320321D4914e2115
Octal1064362062351115164125
Binary1000110100011110010011001011101100100110100111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462332; }

 p { color: rgb(70,35,50); }

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

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

 a { background-color: rgb(70,35,50); }

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

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

 span { border-color: rgb(70,35,50); }

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