#4F192E

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

Shades of Castro #4F192E

Tints of Castro #4F192E

Color information

#4F192E (or 0x4F192E) is unknown color: approx Castro. HEX triplet: 4F, 19 and 2E. RGB value is (79,25,46). Sum of RGB (Red+Green+Blue) = 79+25+46=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F192E is #B0E6D1. Grayscale: #2B2B2B. Windows color (decimal): -11593426 or 3021135. OLE color: 3021135.

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

Color convert

RGB792546-
CMYK00.680.420.69
HSL336.67º51.92%20.39%-
HSV(B)336.67º68.35%30.98%-
XYZ4.072.552.86-
YUV43.54129.39153.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.67%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=52.67%
G=16.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79254600.680.420.69336.6751.9220.39
Hex4F192E0442A451513414
Octal11731560104521055216424
Binary10011111100110111001000100101010100010110101000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,25,46); }

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

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

 a { background-color: rgb(79,25,46); }

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

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

 span { border-color: rgb(79,25,46); }

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