#471B28

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

Shades of Castro #471B28

Tints of Castro #471B28

Color information

#471B28 (or 0x471B28) is unknown color: approx Castro. HEX triplet: 47, 1B and 28. RGB value is (71,27,40). Sum of RGB (Red+Green+Blue) = 71+27+40=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B28 is #B8E4D7. Grayscale: #292929. Windows color (decimal): -12117208 or 2628423. OLE color: 2628423.

HSL color Cylindrical-coordinate representation of color #471B28: hue angle of 342.27º 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 #471B28 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB712740-
CMYK00.620.440.72
HSL342.27º44.9%19.22%-
HSV(B)342.27º61.97%27.84%-
XYZ3.372.282.27-
YUV41.64127.08148.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=51.45%
G=19.57%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71274000.620.440.72342.2744.919.22
Hex471B2803E2C481562d13
Octal1073350076541105265523
Binary1000111110111010000111110101100100100010101011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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