#462130

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

Shades of Castro #462130

Tints of Castro #462130

Color information

#462130 (or 0x462130) is unknown color: approx Castro. HEX triplet: 46, 21 and 30. RGB value is (70,33,48). Sum of RGB (Red+Green+Blue) = 70+33+48=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462130 is #B9DECF. Grayscale: #2D2D2D. Windows color (decimal): -12181200 or 3154246. OLE color: 3154246.

HSL color Cylindrical-coordinate representation of color #462130: hue angle of 335.68º 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 #462130 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB703348-
CMYK00.530.310.73
HSL335.68º35.92%20.2%-
HSV(B)335.68º52.86%27.45%-
XYZ3.62.63.11-
YUV45.77129.26145.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=46.36%
G=21.85%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70334800.530.310.73335.6835.9220.2
Hex4621300351F491502414
Octal1064160065371115204424
Binary1000110100001110000011010111111100100110101000010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462130; }

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

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

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

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

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

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

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

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