#47212F

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

Shades of Castro #47212F

Tints of Castro #47212F

Color information

#47212F (or 0x47212F) is unknown color: approx Castro. HEX triplet: 47, 21 and 2F. RGB value is (71,33,47). Sum of RGB (Red+Green+Blue) = 71+33+47=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47212F is #B8DED0. Grayscale: #2D2D2D. Windows color (decimal): -12115665 or 3088711. OLE color: 3088711.

HSL color Cylindrical-coordinate representation of color #47212F: hue angle of 337.89º 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 #47212F is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB713347-
CMYK00.540.340.72
HSL337.89º36.54%20.39%-
HSV(B)337.89º53.52%27.84%-
XYZ3.662.633-
YUV45.96128.59145.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=47.02%
G=21.85%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71334700.540.340.72337.8936.5420.39
Hex47212F03622481522514
Octal1074157066421105224524
Binary10001111000011011110110110100010100100010101001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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