#4F192D

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

Shades of Castro #4F192D

Tints of Castro #4F192D

Color information

#4F192D (or 0x4F192D) is unknown color: approx Castro. HEX triplet: 4F, 19 and 2D. RGB value is (79,25,45). Sum of RGB (Red+Green+Blue) = 79+25+45=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F192D is #B0E6D2. Grayscale: #2B2B2B. Windows color (decimal): -11593427 or 2955599. OLE color: 2955599.

HSL color Cylindrical-coordinate representation of color #4F192D: hue angle of 337.78º 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 #4F192D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB792545-
CMYK00.680.430.69
HSL337.78º51.92%20.39%-
HSV(B)337.78º68.35%30.98%-
XYZ4.052.552.76-
YUV43.43128.89153.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.02%
GREEN value IS 25 (10.16% from 255) = 16.78%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=53.02%
G=16.78%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79254500.680.430.69337.7851.9220.39
Hex4F192D0442B451523414
Octal11731550104531055226424
Binary10011111100110110101000100101011100010110101001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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