#471A28

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

Shades of Castro #471A28

Tints of Castro #471A28

Color information

#471A28 (or 0x471A28) is unknown color: approx Castro. HEX triplet: 47, 1A and 28. RGB value is (71,26,40). Sum of RGB (Red+Green+Blue) = 71+26+40=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #471A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A28 is #B8E5D7. Grayscale: #292929. Windows color (decimal): -12117464 or 2628167. OLE color: 2628167.

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

Color convert

RGB712640-
CMYK00.630.440.72
HSL341.33º46.39%19.02%-
HSV(B)341.33º63.38%27.84%-
XYZ3.352.232.26-
YUV41.05127.41149.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=51.82%
G=18.98%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71264000.630.440.72341.3346.3919.02
Hex471A2803F2C481552e13
Octal1073250077541105255623
Binary1000111110101010000111111101100100100010101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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