Html Css Color HEX #4B1545 Loulou

📋 copy color: '#4B1545'

red 75 ◦ green 21 ◦ blue 69

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

Shades of Loulou #4B1545

Tints of Loulou #4B1545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

 BLUE value IS 69 (27.34% from 255) = 41.82%

R = 45.45%
G = 12.73%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#4B1545 (or 0x4B1545) is known color: Loulou. HEX triplet: 4B, 15 and 45. RGB value is (75,21,69). Sum of RGB (Red+Green+Blue) = 75+21+69=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1545 is #B4EABA. Grayscale: #2A2A2A. Windows color (decimal): -11856571 or 4527435. OLE color: 4527435.

HSL color Cylindrical-coordinate representation of color #4B1545: hue angle of 306.67º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B1545 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 21 69 -
CMYK 0 0.72 0.08 0.71
HSL 306.67º 0.56% 0.19% -
HSV(B) 306.67º 0.72% 0.29% -
XYZ 4.24 2.46 5.88 -
YUV 42.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 75 21 69 0 0.72 0.08 0.71 306.67 0.56 0.19
Hex 4B 15 45 0 48 8 47 133 38 13
Octal 113 25 105 0 110 10 107 463 70 23
Binary 1001011 10101 1000101 0 1001000 1000 1000111 100110011 111000 10011

Color Harmonies of #4B1545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1545

Black with #4B1545

Text Example


Text Example

White with #4B1545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,21,69); }

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

background-color css

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

 a { background-color: rgb(75,21,69); }

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

border-color css

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

 span { border-color: rgb(75,21,69); }

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