#472232

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

Shades of Castro #472232

Tints of Castro #472232

Color information

#472232 (or 0x472232) is unknown color: approx Castro. HEX triplet: 47, 22 and 32. RGB value is (71,34,50). Sum of RGB (Red+Green+Blue) = 71+34+50=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472232 is #B8DDCD. Grayscale: #2E2E2E. Windows color (decimal): -12115406 or 3285575. OLE color: 3285575.

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

Color convert

RGB713450-
CMYK00.520.300.72
HSL334.05º35.24%20.59%-
HSV(B)334.05º52.11%27.84%-
XYZ3.752.713.34-
YUV46.89129.76145.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=45.81%
G=21.94%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71345000.520.300.72334.0535.2420.59
Hex4722320341E4814e2315
Octal1074262064361105164325
Binary1000111100010110010011010011110100100010100111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472232; }

 p { color: rgb(71,34,50); }

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

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

 a { background-color: rgb(71,34,50); }

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

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

 span { border-color: rgb(71,34,50); }

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