#47252E

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

Shades of Castro #47252E

Tints of Castro #47252E

Color information

#47252E (or 0x47252E) is unknown color: approx Castro. HEX triplet: 47, 25 and 2E. RGB value is (71,37,46). Sum of RGB (Red+Green+Blue) = 71+37+46=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47252E is #B8DAD1. Grayscale: #303030. Windows color (decimal): -12114642 or 3024199. OLE color: 3024199.

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

Color convert

RGB713746-
CMYK00.480.350.72
HSL344.12º31.48%21.18%-
HSV(B)344.12º47.89%27.84%-
XYZ3.752.862.94-
YUV48.19126.76144.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=46.10%
G=24.03%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71374600.480.350.72344.1231.4821.18
Hex47252E03023481581f15
Octal1074556060431105303725
Binary1000111100101101110011000010001110010001010110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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