#4F172C

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

Shades of Castro #4F172C

Tints of Castro #4F172C

Color information

#4F172C (or 0x4F172C) is unknown color: approx Castro. HEX triplet: 4F, 17 and 2C. RGB value is (79,23,44). Sum of RGB (Red+Green+Blue) = 79+23+44=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F172C is #B0E8D3. Grayscale: #2A2A2A. Windows color (decimal): -11593940 or 2889551. OLE color: 2889551.

HSL color Cylindrical-coordinate representation of color #4F172C: hue angle of 337.5º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F172C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB792344-
CMYK00.710.440.69
HSL337.5º54.9%20%-
HSV(B)337.5º70.89%30.98%-
XYZ3.992.462.65-
YUV42.14129.05154.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.11%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=54.11%
G=15.75%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79234400.710.440.69337.554.920
Hex4F172C0472C451523714
Octal11727540107541055226724
Binary10011111011110110001000111101100100010110101001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F172C; }

 p { color: rgb(79,23,44); }

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

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

 a { background-color: rgb(79,23,44); }

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

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

 span { border-color: rgb(79,23,44); }

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