Html Css Color HEX #58234B Loulou

📋 copy color: '#58234B'

red 88 ◦ green 35 ◦ blue 75

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

Shades of Loulou #58234B

Tints of Loulou #58234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.68%

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

R = 44.44%
G = 17.68%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58234B (or 0x58234B) is known color: Loulou. HEX triplet: 58, 23 and 4B. RGB value is (88,35,75). Sum of RGB (Red+Green+Blue) = 88+35+75=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58234B is #A7DCB4. Grayscale: #373737. Windows color (decimal): -11001013 or 4924248. OLE color: 4924248.

HSL color Cylindrical-coordinate representation of color #58234B: hue angle of 314.72º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58234B is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 75 -
CMYK 0 0.60 0.15 0.65
HSL 314.72º 0.43% 0.24% -
HSV(B) 314.72º 0.6% 0.35% -
XYZ 5.9 3.78 7.08 -
YUV 55.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 88 35 75 0 0.60 0.15 0.65 314.72 0.43 0.24
Hex 58 23 4B 0 3C F 41 13B 2B 18
Octal 130 43 113 0 74 17 101 473 53 30
Binary 1011000 100011 1001011 0 111100 1111 1000001 100111011 101011 11000

Color Harmonies of #58234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58234B

Black with #58234B

Text Example


Text Example

White with #58234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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