#472030

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

Shades of Castro #472030

Tints of Castro #472030

Color information

#472030 (or 0x472030) is unknown color: approx Castro. HEX triplet: 47, 20 and 30. RGB value is (71,32,48). Sum of RGB (Red+Green+Blue) = 71+32+48=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #472030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472030 is #B8DFCF. Grayscale: #2D2D2D. Windows color (decimal): -12115920 or 3153991. OLE color: 3153991.

HSL color Cylindrical-coordinate representation of color #472030: hue angle of 335.38º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472030 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB713248-
CMYK00.550.320.72
HSL335.38º37.86%20.2%-
HSV(B)335.38º54.93%27.84%-
XYZ3.652.593.1-
YUV45.48129.42146.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=47.02%
G=21.19%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71324800.550.320.72335.3837.8620.2
Hex472030037204814f2614
Octal1074060067401105174624
Binary10001111000001100000110111100000100100010100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472030; }

 p { color: rgb(71,32,48); }

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

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

 a { background-color: rgb(71,32,48); }

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

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

 span { border-color: rgb(71,32,48); }

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