Html Css Color HEX #58234E Loulou

📋 copy color: '#58234E'

red 88 ◦ green 35 ◦ blue 78

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

Shades of Loulou #58234E

Tints of Loulou #58234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

 BLUE value IS 78 (30.86% from 255) = 38.81%

R = 43.78%
G = 17.41%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58234E (or 0x58234E) is known color: Loulou. HEX triplet: 58, 23 and 4E. RGB value is (88,35,78). Sum of RGB (Red+Green+Blue) = 88+35+78=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58234E is #A7DCB1. Grayscale: #373737. Windows color (decimal): -11001010 or 5120856. OLE color: 5120856.

HSL color Cylindrical-coordinate representation of color #58234E: hue angle of 311.32º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58234E is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 78 -
CMYK 0 0.60 0.11 0.65
HSL 311.32º 0.43% 0.24% -
HSV(B) 311.32º 0.6% 0.35% -
XYZ 6 3.83 7.63 -
YUV 55.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 88 35 78 0 0.60 0.11 0.65 311.32 0.43 0.24
Hex 58 23 4E 0 3C B 41 137 2B 18
Octal 130 43 116 0 74 13 101 467 53 30
Binary 1011000 100011 1001110 0 111100 1011 1000001 100110111 101011 11000

Color Harmonies of #58234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58234E

Black with #58234E

Text Example


Text Example

White with #58234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58234E; }

 p { color: rgb(88,35,78); }

 H1.HeaderClassName
 {
   color: #58234E;
 }
 .AnyTagClassName
 {
   color: #58234E;
 }
</style>

background-color css

<style>
 a { background-color: #58234E; }

 a { background-color: rgb(88,35,78); }

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

border-color css

<style>
 span { border-color: #58234E; }

 span { border-color: rgb(88,35,78); }

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