Html Css Color HEX #58374B Loulou

📋 copy color: '#58374B'

red 88 ◦ green 55 ◦ blue 75

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

Shades of Loulou #58374B

Tints of Loulou #58374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

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

R = 40.37%
G = 25.23%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58374B (or 0x58374B) is known color: Loulou. HEX triplet: 58, 37 and 4B. RGB value is (88,55,75). Sum of RGB (Red+Green+Blue) = 88+55+75=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58374B is #A7C8B4. Grayscale: #434343. Windows color (decimal): -10995893 or 4929368. OLE color: 4929368.

HSL color Cylindrical-coordinate representation of color #58374B: hue angle of 323.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58374B is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 55 75 -
CMYK 0 0.38 0.15 0.65
HSL 323.64º 0.23% 0.28% -
HSV(B) 323.64º 0.38% 0.35% -
XYZ 6.66 5.32 7.33 -
YUV 67.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 88 55 75 0 0.38 0.15 0.65 323.64 0.23 0.28
Hex 58 37 4B 0 26 F 41 144 17 1C
Octal 130 67 113 0 46 17 101 504 27 34
Binary 1011000 110111 1001011 0 100110 1111 1000001 101000100 10111 11100

Color Harmonies of #58374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58374B

Black with #58374B

Text Example


Text Example

White with #58374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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