#471A29

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

Shades of Castro #471A29

Tints of Castro #471A29

Color information

#471A29 (or 0x471A29) is unknown color: approx Castro. HEX triplet: 47, 1A and 29. RGB value is (71,26,41). Sum of RGB (Red+Green+Blue) = 71+26+41=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A29 is #B8E5D6. Grayscale: #292929. Windows color (decimal): -12117463 or 2693703. OLE color: 2693703.

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

Color convert

RGB712641-
CMYK00.630.420.72
HSL340º46.39%19.02%-
HSV(B)340º63.38%27.84%-
XYZ3.372.242.35-
YUV41.16127.91149.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=51.45%
G=18.84%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71264100.630.420.7234046.3919.02
Hex471A2903F2A481542e13
Octal1073251077521105245623
Binary1000111110101010010111111101010100100010101010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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