Html Css Color HEX #4F1F42 Loulou

📋 copy color: '#4F1F42'

red 79 ◦ green 31 ◦ blue 66

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

Shades of Loulou #4F1F42

Tints of Loulou #4F1F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.61%

 BLUE value IS 66 (26.17% from 255) = 37.5%

R = 44.89%
G = 17.61%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#4F1F42 (or 0x4F1F42) is known color: Loulou. HEX triplet: 4F, 1F and 42. RGB value is (79,31,66). Sum of RGB (Red+Green+Blue) = 79+31+66=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F42 is #B0E0BD. Grayscale: #313131. Windows color (decimal): -11591870 or 4333391. OLE color: 4333391.

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

Color convert

RGB 79 31 66 -
CMYK 0 0.61 0.16 0.69
HSL 316.25º 0.44% 0.22% -
HSV(B) 316.25º 0.61% 0.31% -
XYZ 4.7 3.04 5.49 -
YUV 49.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 79 31 66 0 0.61 0.16 0.69 316.25 0.44 0.22
Hex 4F 1F 42 0 3D 10 45 13C 2C 16
Octal 117 37 102 0 75 20 105 474 54 26
Binary 1001111 11111 1000010 0 111101 10000 1000101 100111100 101100 10110

Color Harmonies of #4F1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1F42

Black with #4F1F42

Text Example


Text Example

White with #4F1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,31,66); }

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

background-color css

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

 a { background-color: rgb(79,31,66); }

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

border-color css

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

 span { border-color: rgb(79,31,66); }

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