Html Css Color HEX #4B3143 Loulou

📋 copy color: '#4B3143'

red 75 ◦ green 49 ◦ blue 67

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

Shades of Loulou #4B3143

Tints of Loulou #4B3143

RGB

 RED value IS 75 (29.69% from 255) = 39.27%

 GREEN value IS 49 (19.53% from 255) = 25.65%

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

R = 39.27%
G = 25.65%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#4B3143 (or 0x4B3143) is known color: Loulou. HEX triplet: 4B, 31 and 43. RGB value is (75,49,67). Sum of RGB (Red+Green+Blue) = 75+49+67=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3143 is #B4CEBC. Grayscale: #3A3A3A. Windows color (decimal): -11849405 or 4403531. OLE color: 4403531.

HSL color Cylindrical-coordinate representation of color #4B3143: hue angle of 318.46º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B3143 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 49 67 -
CMYK 0 0.35 0.11 0.71
HSL 318.46º 0.21% 0.24% -
HSV(B) 318.46º 0.35% 0.29% -
XYZ 5.01 4.1 5.84 -
YUV 58.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 75 49 67 0 0.35 0.11 0.71 318.46 0.21 0.24
Hex 4B 31 43 0 23 B 47 13E 15 18
Octal 113 61 103 0 43 13 107 476 25 30
Binary 1001011 110001 1000011 0 100011 1011 1000111 100111110 10101 11000

Color Harmonies of #4B3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3143

Black with #4B3143

Text Example


Text Example

White with #4B3143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,67); }

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

background-color css

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

 a { background-color: rgb(75,49,67); }

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

border-color css

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

 span { border-color: rgb(75,49,67); }

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