Html Css Color HEX #4F2241 Loulou

📋 copy color: '#4F2241'

red 79 ◦ green 34 ◦ blue 65

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

Shades of Loulou #4F2241

Tints of Loulou #4F2241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.1%

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

R = 44.38%
G = 19.1%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#4F2241 (or 0x4F2241) is known color: Loulou. HEX triplet: 4F, 22 and 41. RGB value is (79,34,65). Sum of RGB (Red+Green+Blue) = 79+34+65=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2241 is #B0DDBE. Grayscale: #323232. Windows color (decimal): -11591103 or 4268623. OLE color: 4268623.

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

Color convert

RGB 79 34 65 -
CMYK 0 0.57 0.18 0.69
HSL 318.67º 0.4% 0.22% -
HSV(B) 318.67º 0.57% 0.31% -
XYZ 4.75 3.19 5.37 -
YUV 50.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 79 34 65 0 0.57 0.18 0.69 318.67 0.4 0.22
Hex 4F 22 41 0 39 12 45 13F 28 16
Octal 117 42 101 0 71 22 105 477 50 26
Binary 1001111 100010 1000001 0 111001 10010 1000101 100111111 101000 10110

Color Harmonies of #4F2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2241

Black with #4F2241

Text Example


Text Example

White with #4F2241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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