#461D2F

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

Shades of Castro #461D2F

Tints of Castro #461D2F

Color information

#461D2F (or 0x461D2F) is unknown color: approx Castro. HEX triplet: 46, 1D and 2F. RGB value is (70,29,47). Sum of RGB (Red+Green+Blue) = 70+29+47=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #461D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D2F is #B9E2D0. Grayscale: #2B2B2B. Windows color (decimal): -12182225 or 3087686. OLE color: 3087686.

HSL color Cylindrical-coordinate representation of color #461D2F: hue angle of 333.66º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D2F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB702947-
CMYK00.590.330.73
HSL333.66º41.41%19.41%-
HSV(B)333.66º58.57%27.45%-
XYZ3.482.392.97-
YUV43.31130.08147.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=47.95%
G=19.86%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70294700.590.330.73333.6641.4119.41
Hex461D2F03B214914e2913
Octal1063557073411115165123
Binary1000110111011011110111011100001100100110100111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461D2F; }

 p { color: rgb(70,29,47); }

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

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

 a { background-color: rgb(70,29,47); }

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

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

 span { border-color: rgb(70,29,47); }

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