#47212D

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

Shades of Castro #47212D

Tints of Castro #47212D

Color information

#47212D (or 0x47212D) is unknown color: approx Castro. HEX triplet: 47, 21 and 2D. RGB value is (71,33,45). Sum of RGB (Red+Green+Blue) = 71+33+45=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47212D is #B8DED2. Grayscale: #2D2D2D. Windows color (decimal): -12115667 or 2957639. OLE color: 2957639.

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

Color convert

RGB713345-
CMYK00.540.370.72
HSL341.05º36.54%20.39%-
HSV(B)341.05º53.52%27.84%-
XYZ3.622.622.8-
YUV45.73127.59146.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=47.65%
G=22.15%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71334500.540.370.72341.0536.5420.39
Hex47212D03625481552514
Octal1074155066451105254524
Binary10001111000011011010110110100101100100010101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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