#47232D

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

Shades of Castro #47232D

Tints of Castro #47232D

Color information

#47232D (or 0x47232D) is unknown color: approx Castro. HEX triplet: 47, 23 and 2D. RGB value is (71,35,45). Sum of RGB (Red+Green+Blue) = 71+35+45=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47232D is #B8DCD2. Grayscale: #2E2E2E. Windows color (decimal): -12115155 or 2958151. OLE color: 2958151.

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

Color convert

RGB713545-
CMYK00.510.370.72
HSL343.33º33.96%20.78%-
HSV(B)343.33º50.7%27.84%-
XYZ3.672.732.82-
YUV46.9126.93145.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=47.02%
G=23.18%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71354500.510.370.72343.3333.9620.78
Hex47232D03325481572215
Octal1074355063451105274225
Binary10001111000111011010110011100101100100010101011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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