#471B29

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

Shades of Castro #471B29

Tints of Castro #471B29

Color information

#471B29 (or 0x471B29) is unknown color: approx Castro. HEX triplet: 47, 1B and 29. RGB value is (71,27,41). Sum of RGB (Red+Green+Blue) = 71+27+41=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B29 is #B8E4D6. Grayscale: #292929. Windows color (decimal): -12117207 or 2693959. OLE color: 2693959.

HSL color Cylindrical-coordinate representation of color #471B29: hue angle of 340.91º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B29 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB712741-
CMYK00.620.420.72
HSL340.91º44.9%19.22%-
HSV(B)340.91º61.97%27.84%-
XYZ3.392.282.36-
YUV41.75127.58148.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=51.08%
G=19.42%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71274100.620.420.72340.9144.919.22
Hex471B2903E2A481552d13
Octal1073351076521105255523
Binary1000111110111010010111110101010100100010101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471B29; }

 p { color: rgb(71,27,41); }

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

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

 a { background-color: rgb(71,27,41); }

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

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

 span { border-color: rgb(71,27,41); }

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