#47232F

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

Shades of Castro #47232F

Tints of Castro #47232F

Color information

#47232F (or 0x47232F) is unknown color: approx Castro. HEX triplet: 47, 23 and 2F. RGB value is (71,35,47). Sum of RGB (Red+Green+Blue) = 71+35+47=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47232F is #B8DCD0. Grayscale: #2F2F2F. Windows color (decimal): -12115153 or 3089223. OLE color: 3089223.

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

Color convert

RGB713547-
CMYK00.510.340.72
HSL340º33.96%20.78%-
HSV(B)340º50.7%27.84%-
XYZ3.712.753.02-
YUV47.13127.93145.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=46.41%
G=22.88%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71354700.510.340.7234033.9620.78
Hex47232F03322481542215
Octal1074357063421105244225
Binary10001111000111011110110011100010100100010101010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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