#4F152B

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

Shades of Castro #4F152B

Tints of Castro #4F152B

Color information

#4F152B (or 0x4F152B) is unknown color: approx Castro. HEX triplet: 4F, 15 and 2B. RGB value is (79,21,43). Sum of RGB (Red+Green+Blue) = 79+21+43=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F152B is #B0EAD4. Grayscale: #282828. Windows color (decimal): -11594453 or 2823503. OLE color: 2823503.

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

Color convert

RGB792143-
CMYK00.730.460.69
HSL337.24º58%19.61%-
HSV(B)337.24º73.42%30.98%-
XYZ3.932.372.54-
YUV40.85129.22155.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.24%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=55.24%
G=14.69%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79214300.730.460.69337.245819.61
Hex4F152B0492E451513a14
Octal11725530111561055217224
Binary10011111010110101101001001101110100010110101000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,43); }

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

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

 a { background-color: rgb(79,21,43); }

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

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

 span { border-color: rgb(79,21,43); }

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