#472533

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

Shades of Castro #472533

Tints of Castro #472533

Color information

#472533 (or 0x472533) is unknown color: approx Castro. HEX triplet: 47, 25 and 33. RGB value is (71,37,51). Sum of RGB (Red+Green+Blue) = 71+37+51=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #472533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472533 is #B8DACC. Grayscale: #303030. Windows color (decimal): -12114637 or 3351879. OLE color: 3351879.

HSL color Cylindrical-coordinate representation of color #472533: hue angle of 335.29º 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 #472533 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB713751-
CMYK00.480.280.72
HSL335.29º31.48%21.18%-
HSV(B)335.29º47.89%27.84%-
XYZ3.862.93.49-
YUV48.76129.26143.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=44.65%
G=23.27%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71375100.480.280.72335.2931.4821.18
Hex4725330301C4814f1f15
Octal1074563060341105173725
Binary100011110010111001101100001110010010001010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472533; }

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

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

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

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

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

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

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

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