#47212E

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

Shades of Castro #47212E

Tints of Castro #47212E

Color information

#47212E (or 0x47212E) is unknown color: approx Castro. HEX triplet: 47, 21 and 2E. RGB value is (71,33,46). Sum of RGB (Red+Green+Blue) = 71+33+46=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47212E is #B8DED1. Grayscale: #2D2D2D. Windows color (decimal): -12115666 or 3023175. OLE color: 3023175.

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

Color convert

RGB713346-
CMYK00.540.350.72
HSL339.47º36.54%20.39%-
HSV(B)339.47º53.52%27.84%-
XYZ3.642.622.9-
YUV45.84128.09145.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=47.33%
G=22%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71334600.540.350.72339.4736.5420.39
Hex47212E03623481532514
Octal1074156066431105234524
Binary10001111000011011100110110100011100100010101001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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