Html Css Color HEX #58254E Loulou

📋 copy color: '#58254E'

red 88 ◦ green 37 ◦ blue 78

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

Shades of Loulou #58254E

Tints of Loulou #58254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

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

R = 43.35%
G = 18.23%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58254E (or 0x58254E) is known color: Loulou. HEX triplet: 58, 25 and 4E. RGB value is (88,37,78). Sum of RGB (Red+Green+Blue) = 88+37+78=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58254E is #A7DAB1. Grayscale: #383838. Windows color (decimal): -11000498 or 5121368. OLE color: 5121368.

HSL color Cylindrical-coordinate representation of color #58254E: hue angle of 311.76º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58254E is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 37 78 -
CMYK 0 0.58 0.11 0.65
HSL 311.76º 0.41% 0.25% -
HSV(B) 311.76º 0.58% 0.35% -
XYZ 6.06 3.95 7.65 -
YUV 56.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 88 37 78 0 0.58 0.11 0.65 311.76 0.41 0.25
Hex 58 25 4E 0 3A B 41 138 29 19
Octal 130 45 116 0 72 13 101 470 51 31
Binary 1011000 100101 1001110 0 111010 1011 1000001 100111000 101001 11001

Color Harmonies of #58254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58254E

Black with #58254E

Text Example


Text Example

White with #58254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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