#471A2C

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

Shades of Castro #471A2C

Tints of Castro #471A2C

Color information

#471A2C (or 0x471A2C) is unknown color: approx Castro. HEX triplet: 47, 1A and 2C. RGB value is (71,26,44). Sum of RGB (Red+Green+Blue) = 71+26+44=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A2C is #B8E5D3. Grayscale: #292929. Windows color (decimal): -12117460 or 2890311. OLE color: 2890311.

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

Color convert

RGB712644-
CMYK00.630.380.72
HSL336º46.39%19.02%-
HSV(B)336º63.38%27.84%-
XYZ3.422.262.64-
YUV41.51129.41149.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=50.35%
G=18.44%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71264400.630.380.7233646.3919.02
Hex471A2C03F26481502e13
Octal1073254077461105205623
Binary1000111110101011000111111100110100100010101000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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