#471A2A

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

Shades of Castro #471A2A

Tints of Castro #471A2A

Color information

#471A2A (or 0x471A2A) is unknown color: approx Castro. HEX triplet: 47, 1A and 2A. RGB value is (71,26,42). Sum of RGB (Red+Green+Blue) = 71+26+42=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A2A is #B8E5D5. Grayscale: #292929. Windows color (decimal): -12117462 or 2759239. OLE color: 2759239.

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

Color convert

RGB712642-
CMYK00.630.410.72
HSL338.67º46.39%19.02%-
HSV(B)338.67º63.38%27.84%-
XYZ3.392.252.45-
YUV41.28128.41149.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=51.08%
G=18.71%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71264200.630.410.72338.6746.3919.02
Hex471A2A03F29481532e13
Octal1073252077511105235623
Binary1000111110101010100111111101001100100010101001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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