Html Css Color HEX #4F2349 Loulou

📋 copy color: '#4F2349'

red 79 ◦ green 35 ◦ blue 73

#4F2349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #4F2349

Tints of Loulou #4F2349

RGB

 RED value IS 79 (31.25% from 255) = 42.25%

 GREEN value IS 35 (14.06% from 255) = 18.72%

 BLUE value IS 73 (28.91% from 255) = 39.04%

R = 42.25%
G = 18.72%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F2349 (or 0x4F2349) is known color: Loulou. HEX triplet: 4F, 23 and 49. RGB value is (79,35,73). Sum of RGB (Red+Green+Blue) = 79+35+73=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2349 is #B0DCB6. Grayscale: #343434. Windows color (decimal): -11590839 or 4793167. OLE color: 4793167.

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

Color convert

RGB 79 35 73 -
CMYK 0 0.56 0.08 0.69
HSL 308.18º 0.39% 0.22% -
HSV(B) 308.18º 0.56% 0.31% -
XYZ 5.03 3.35 6.68 -
YUV 52.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 79 35 73 0 0.56 0.08 0.69 308.18 0.39 0.22
Hex 4F 23 49 0 38 8 45 134 27 16
Octal 117 43 111 0 70 10 105 464 47 26
Binary 1001111 100011 1001001 0 111000 1000 1000101 100110100 100111 10110

Color Harmonies of #4F2349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2349

Black with #4F2349

Text Example


Text Example

White with #4F2349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,35,73); }

 H1.HeaderClassName
 {
   color: #4F2349;
 }
 .AnyTagClassName
 {
   color: #4F2349;
 }
</style>

background-color css

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

 a { background-color: rgb(79,35,73); }

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

border-color css

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

 span { border-color: rgb(79,35,73); }

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