#47212C

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

Shades of Castro #47212C

Tints of Castro #47212C

Color information

#47212C (or 0x47212C) is unknown color: approx Castro. HEX triplet: 47, 21 and 2C. RGB value is (71,33,44). Sum of RGB (Red+Green+Blue) = 71+33+44=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47212C is #B8DED3. Grayscale: #2D2D2D. Windows color (decimal): -12115668 or 2892103. OLE color: 2892103.

HSL color Cylindrical-coordinate representation of color #47212C: hue angle of 342.63º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47212C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB713344-
CMYK00.540.380.72
HSL342.63º36.54%20.39%-
HSV(B)342.63º53.52%27.84%-
XYZ3.62.612.7-
YUV45.62127.09146.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.97%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=47.97%
G=22.30%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71334400.540.380.72342.6336.5420.39
Hex47212C03626481572514
Octal1074154066461105274524
Binary10001111000011011000110110100110100100010101011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47212C; }

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

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

<style>
 a { background-color: #47212C; }

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

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

<style>
 span { border-color: #47212C; }

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

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