#47242D

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

Shades of Castro #47242D

Tints of Castro #47242D

Color information

#47242D (or 0x47242D) is unknown color: approx Castro. HEX triplet: 47, 24 and 2D. RGB value is (71,36,45). Sum of RGB (Red+Green+Blue) = 71+36+45=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47242D is #B8DBD2. Grayscale: #2F2F2F. Windows color (decimal): -12114899 or 2958407. OLE color: 2958407.

HSL color Cylindrical-coordinate representation of color #47242D: hue angle of 344.57º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47242D is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB713645-
CMYK00.490.370.72
HSL344.57º32.71%20.98%-
HSV(B)344.57º49.3%27.84%-
XYZ3.72.792.83-
YUV47.49126.6144.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=46.71%
G=23.68%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71364500.490.370.72344.5732.7120.98
Hex47242D03125481592115
Octal1074455061451105314125
Binary10001111001001011010110001100101100100010101100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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