#462A33

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

Shades of Castro #462A33

Tints of Castro #462A33

Color information

#462A33 (or 0x462A33) is unknown color: approx Castro. HEX triplet: 46, 2A and 33. RGB value is (70,42,51). Sum of RGB (Red+Green+Blue) = 70+42+51=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #462A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A33 is #B9D5CC. Grayscale: #333333. Windows color (decimal): -12178893 or 3353158. OLE color: 3353158.

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

Color convert

RGB704251-
CMYK00.400.270.73
HSL340.71º25%21.96%-
HSV(B)340.71º40%27.45%-
XYZ3.953.23.54-
YUV51.4127.78141.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=42.94%
G=25.77%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70425100.400.270.73340.712521.96
Hex462A330281B491551916
Octal1065263050331115253126
Binary100011010101011001101010001101110010011010101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A33; }

 p { color: rgb(70,42,51); }

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

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

 a { background-color: rgb(70,42,51); }

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

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

 span { border-color: rgb(70,42,51); }

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