#461C29

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

Shades of Castro #461C29

Tints of Castro #461C29

Color information

#461C29 (or 0x461C29) is unknown color: approx Castro. HEX triplet: 46, 1C and 29. RGB value is (70,28,41). Sum of RGB (Red+Green+Blue) = 70+28+41=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C29 is #B9E3D6. Grayscale: #2A2A2A. Windows color (decimal): -12182487 or 2694214. OLE color: 2694214.

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

Color convert

RGB702841-
CMYK00.600.410.73
HSL341.43º42.86%19.22%-
HSV(B)341.43º60%27.45%-
XYZ3.342.292.36-
YUV42.04127.41147.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=50.36%
G=20.14%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70284100.600.410.73341.4342.8619.22
Hex461C2903C29491552b13
Octal1063451074511115255323
Binary1000110111001010010111100101001100100110101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,28,41); }

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

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

 a { background-color: rgb(70,28,41); }

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

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

 span { border-color: rgb(70,28,41); }

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