#461D2D

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

Shades of Castro #461D2D

Tints of Castro #461D2D

Color information

#461D2D (or 0x461D2D) is unknown color: approx Castro. HEX triplet: 46, 1D and 2D. RGB value is (70,29,45). Sum of RGB (Red+Green+Blue) = 70+29+45=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D2D is #B9E2D2. Grayscale: #2B2B2B. Windows color (decimal): -12182227 or 2956614. OLE color: 2956614.

HSL color Cylindrical-coordinate representation of color #461D2D: hue angle of 336.59º 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 #461D2D is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB702945-
CMYK00.590.360.73
HSL336.59º41.41%19.41%-
HSV(B)336.59º58.57%27.45%-
XYZ3.442.372.76-
YUV43.08129.08147.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=48.61%
G=20.14%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70294500.590.360.73336.5941.4119.41
Hex461D2D03B24491512913
Octal1063555073441115215123
Binary1000110111011011010111011100100100100110101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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