#47202F

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

Shades of Castro #47202F

Tints of Castro #47202F

Color information

#47202F (or 0x47202F) is unknown color: approx Castro. HEX triplet: 47, 20 and 2F. RGB value is (71,32,47). Sum of RGB (Red+Green+Blue) = 71+32+47=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47202F is #B8DFD0. Grayscale: #2D2D2D. Windows color (decimal): -12115921 or 3088455. OLE color: 3088455.

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

Color convert

RGB713247-
CMYK00.550.340.72
HSL336.92º37.86%20.2%-
HSV(B)336.92º54.93%27.84%-
XYZ3.632.583-
YUV45.37128.92146.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=47.33%
G=21.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71324700.550.340.72336.9237.8620.2
Hex47202F03722481512614
Octal1074057067421105214624
Binary10001111000001011110110111100010100100010101000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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