#4F2035

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

Shades of Castro #4F2035

Tints of Castro #4F2035

Color information

#4F2035 (or 0x4F2035) is unknown color: approx Castro. HEX triplet: 4F, 20 and 35. RGB value is (79,32,53). Sum of RGB (Red+Green+Blue) = 79+32+53=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2035 is #B0DFCA. Grayscale: #303030. Windows color (decimal): -11591627 or 3481679. OLE color: 3481679.

HSL color Cylindrical-coordinate representation of color #4F2035: hue angle of 333.19º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F2035 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB793253-
CMYK00.590.330.69
HSL333.19º42.34%21.76%-
HSV(B)333.19º59.49%30.98%-
XYZ4.382.953.71-
YUV48.45130.57149.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.17%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=48.17%
G=19.51%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79325300.590.330.69333.1942.3421.76
Hex4F203503B214514d2a16
Octal1174065073411055155226
Binary10011111000001101010111011100001100010110100110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,32,53); }

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

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

 a { background-color: rgb(79,32,53); }

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

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

 span { border-color: rgb(79,32,53); }

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