Html Css Color HEX #4F2341 Loulou

📋 copy color: '#4F2341'

red 79 ◦ green 35 ◦ blue 65

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

Shades of Loulou #4F2341

Tints of Loulou #4F2341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 44.13%
G = 19.55%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#4F2341 (or 0x4F2341) is known color: Loulou. HEX triplet: 4F, 23 and 41. RGB value is (79,35,65). Sum of RGB (Red+Green+Blue) = 79+35+65=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2341 is #B0DCBE. Grayscale: #333333. Windows color (decimal): -11590847 or 4268879. OLE color: 4268879.

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

Color convert

RGB 79 35 65 -
CMYK 0 0.56 0.18 0.69
HSL 319.09º 0.39% 0.22% -
HSV(B) 319.09º 0.56% 0.31% -
XYZ 4.78 3.25 5.38 -
YUV 51.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 79 35 65 0 0.56 0.18 0.69 319.09 0.39 0.22
Hex 4F 23 41 0 38 12 45 13F 27 16
Octal 117 43 101 0 70 22 105 477 47 26
Binary 1001111 100011 1000001 0 111000 10010 1000101 100111111 100111 10110

Color Harmonies of #4F2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2341

Black with #4F2341

Text Example


Text Example

White with #4F2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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