#4F142A

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

Shades of Castro #4F142A

Tints of Castro #4F142A

Color information

#4F142A (or 0x4F142A) is unknown color: approx Castro. HEX triplet: 4F, 14 and 2A. RGB value is (79,20,42). Sum of RGB (Red+Green+Blue) = 79+20+42=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F142A is #B0EBD5. Grayscale: #282828. Windows color (decimal): -11594710 or 2757711. OLE color: 2757711.

HSL color Cylindrical-coordinate representation of color #4F142A: hue angle of 337.63º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F142A is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB792042-
CMYK00.750.470.69
HSL337.63º59.6%19.41%-
HSV(B)337.63º74.68%30.98%-
XYZ3.892.332.44-
YUV40.15129.05155.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=56.03%
G=14.18%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79204200.750.470.69337.6359.619.41
Hex4F142A04B2F451523c13
Octal11724520113571055227423
Binary10011111010010101001001011101111100010110101001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,20,42); }

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

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

 a { background-color: rgb(79,20,42); }

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

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

 span { border-color: rgb(79,20,42); }

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