Html Css Color HEX #58264C Loulou

📋 copy color: '#58264C'

red 88 ◦ green 38 ◦ blue 76

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

Shades of Loulou #58264C

Tints of Loulou #58264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

 BLUE value IS 76 (30.08% from 255) = 37.62%

R = 43.56%
G = 18.81%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58264C (or 0x58264C) is known color: Loulou. HEX triplet: 58, 26 and 4C. RGB value is (88,38,76). Sum of RGB (Red+Green+Blue) = 88+38+76=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58264C is #A7D9B3. Grayscale: #393939. Windows color (decimal): -11000244 or 4990552. OLE color: 4990552.

HSL color Cylindrical-coordinate representation of color #58264C: hue angle of 314.4º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58264C is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 38 76 -
CMYK 0 0.57 0.14 0.65
HSL 314.4º 0.4% 0.25% -
HSV(B) 314.4º 0.57% 0.35% -
XYZ 6.02 3.98 7.29 -
YUV 57.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 88 38 76 0 0.57 0.14 0.65 314.4 0.4 0.25
Hex 58 26 4C 0 39 E 41 13A 28 19
Octal 130 46 114 0 71 16 101 472 50 31
Binary 1011000 100110 1001100 0 111001 1110 1000001 100111010 101000 11001

Color Harmonies of #58264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58264C

Black with #58264C

Text Example


Text Example

White with #58264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58264C; }

 p { color: rgb(88,38,76); }

 H1.HeaderClassName
 {
   color: #58264C;
 }
 .AnyTagClassName
 {
   color: #58264C;
 }
</style>

background-color css

<style>
 a { background-color: #58264C; }

 a { background-color: rgb(88,38,76); }

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

border-color css

<style>
 span { border-color: #58264C; }

 span { border-color: rgb(88,38,76); }

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