Html Css Color HEX #58254B Loulou

📋 copy color: '#58254B'

red 88 ◦ green 37 ◦ blue 75

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

Shades of Loulou #58254B

Tints of Loulou #58254B

RGB

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

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

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

R = 44%
G = 18.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58254B (or 0x58254B) is known color: Loulou. HEX triplet: 58, 25 and 4B. RGB value is (88,37,75). Sum of RGB (Red+Green+Blue) = 88+37+75=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58254B is #A7DAB4. Grayscale: #383838. Windows color (decimal): -11000501 or 4924760. OLE color: 4924760.

HSL color Cylindrical-coordinate representation of color #58254B: hue angle of 315.29º 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 #58254B is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 37 75 -
CMYK 0 0.58 0.15 0.65
HSL 315.29º 0.41% 0.25% -
HSV(B) 315.29º 0.58% 0.35% -
XYZ 5.96 3.91 7.1 -
YUV 56.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 88 37 75 0 0.58 0.15 0.65 315.29 0.41 0.25
Hex 58 25 4B 0 3A F 41 13B 29 19
Octal 130 45 113 0 72 17 101 473 51 31
Binary 1011000 100101 1001011 0 111010 1111 1000001 100111011 101001 11001

Color Harmonies of #58254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58254B

Black with #58254B

Text Example


Text Example

White with #58254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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