#47222C

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

Shades of Castro #47222C

Tints of Castro #47222C

Color information

#47222C (or 0x47222C) is unknown color: approx Castro. HEX triplet: 47, 22 and 2C. RGB value is (71,34,44). Sum of RGB (Red+Green+Blue) = 71+34+44=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222C is #B8DDD3. Grayscale: #2E2E2E. Windows color (decimal): -12115412 or 2892359. OLE color: 2892359.

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

Color convert

RGB713444-
CMYK00.520.380.72
HSL343.78º35.24%20.59%-
HSV(B)343.78º52.11%27.84%-
XYZ3.632.672.71-
YUV46.2126.76145.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=47.65%
G=22.82%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71344400.520.380.72343.7835.2420.59
Hex47222C03426481582315
Octal1074254064461105304325
Binary10001111000101011000110100100110100100010101100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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