Html Css Color HEX #58144B Loulou

📋 copy color: '#58144B'

red 88 ◦ green 20 ◦ blue 75

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

Shades of Loulou #58144B

Tints of Loulou #58144B

RGB

 RED value IS 88 (34.77% from 255) = 48.09%

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 75 (29.69% from 255) = 40.98%

R = 48.09%
G = 10.93%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58144B (or 0x58144B) is known color: Loulou. HEX triplet: 58, 14 and 4B. RGB value is (88,20,75). Sum of RGB (Red+Green+Blue) = 88+20+75=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58144B is #A7EBB4. Grayscale: #2E2E2E. Windows color (decimal): -11004853 or 4920408. OLE color: 4920408.

HSL color Cylindrical-coordinate representation of color #58144B: hue angle of 311.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58144B is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 75 -
CMYK 0 0.77 0.15 0.65
HSL 311.47º 0.63% 0.21% -
HSV(B) 311.47º 0.77% 0.35% -
XYZ 5.54 3.08 6.96 -
YUV 46.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 88 20 75 0 0.77 0.15 0.65 311.47 0.63 0.21
Hex 58 14 4B 0 4D F 41 137 3F 15
Octal 130 24 113 0 115 17 101 467 77 25
Binary 1011000 10100 1001011 0 1001101 1111 1000001 100110111 111111 10101

Color Harmonies of #58144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58144B

Black with #58144B

Text Example


Text Example

White with #58144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58144B; }

 p { color: rgb(88,20,75); }

 H1.HeaderClassName
 {
   color: #58144B;
 }
 .AnyTagClassName
 {
   color: #58144B;
 }
</style>

background-color css

<style>
 a { background-color: #58144B; }

 a { background-color: rgb(88,20,75); }

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

border-color css

<style>
 span { border-color: #58144B; }

 span { border-color: rgb(88,20,75); }

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