Html Css Color HEX #58274E Loulou

📋 copy color: '#58274E'

red 88 ◦ green 39 ◦ blue 78

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

Shades of Loulou #58274E

Tints of Loulou #58274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

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

R = 42.93%
G = 19.02%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58274E (or 0x58274E) is known color: Loulou. HEX triplet: 58, 27 and 4E. RGB value is (88,39,78). Sum of RGB (Red+Green+Blue) = 88+39+78=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58274E is #A7D8B1. Grayscale: #393939. Windows color (decimal): -10999986 or 5121880. OLE color: 5121880.

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

Color convert

RGB 88 39 78 -
CMYK 0 0.56 0.11 0.65
HSL 312.24º 0.39% 0.25% -
HSV(B) 312.24º 0.56% 0.35% -
XYZ 6.13 4.08 7.67 -
YUV 58.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 88 39 78 0 0.56 0.11 0.65 312.24 0.39 0.25
Hex 58 27 4E 0 38 B 41 138 27 19
Octal 130 47 116 0 70 13 101 470 47 31
Binary 1011000 100111 1001110 0 111000 1011 1000001 100111000 100111 11001

Color Harmonies of #58274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58274E

Black with #58274E

Text Example


Text Example

White with #58274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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