Html Css Color HEX #4D1C43 Loulou

📋 copy color: '#4D1C43'

red 77 ◦ green 28 ◦ blue 67

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

Shades of Loulou #4D1C43

Tints of Loulou #4D1C43

RGB

 RED value IS 77 (30.47% from 255) = 44.77%

 GREEN value IS 28 (11.33% from 255) = 16.28%

 BLUE value IS 67 (26.56% from 255) = 38.95%

R = 44.77%
G = 16.28%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#4D1C43 (or 0x4D1C43) is known color: Loulou. HEX triplet: 4D, 1C and 43. RGB value is (77,28,67). Sum of RGB (Red+Green+Blue) = 77+28+67=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C43 is #B2E3BC. Grayscale: #2E2E2E. Windows color (decimal): -11723709 or 4398157. OLE color: 4398157.

HSL color Cylindrical-coordinate representation of color #4D1C43: hue angle of 312.24º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1C43 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 28 67 -
CMYK 0 0.64 0.13 0.70
HSL 312.24º 0.47% 0.21% -
HSV(B) 312.24º 0.64% 0.3% -
XYZ 4.49 2.81 5.62 -
YUV 47.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 77 28 67 0 0.64 0.13 0.70 312.24 0.47 0.21
Hex 4D 1C 43 0 40 D 46 138 2F 15
Octal 115 34 103 0 100 15 106 470 57 25
Binary 1001101 11100 1000011 0 1000000 1101 1000110 100111000 101111 10101

Color Harmonies of #4D1C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C43

Black with #4D1C43

Text Example


Text Example

White with #4D1C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,28,67); }

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

background-color css

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

 a { background-color: rgb(77,28,67); }

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

border-color css

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

 span { border-color: rgb(77,28,67); }

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