Html Css Color HEX #532348 Loulou

📋 copy color: '#532348'

red 83 ◦ green 35 ◦ blue 72

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

Shades of Loulou #532348

Tints of Loulou #532348

RGB

 RED value IS 83 (32.81% from 255) = 43.68%

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

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 43.68%
G = 18.42%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#532348 (or 0x532348) is known color: Loulou. HEX triplet: 53, 23 and 48. RGB value is (83,35,72). Sum of RGB (Red+Green+Blue) = 83+35+72=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #532348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532348 is #ACDCB7. Grayscale: #353535. Windows color (decimal): -11328696 or 4727635. OLE color: 4727635.

HSL color Cylindrical-coordinate representation of color #532348: hue angle of 313.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532348 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 72 -
CMYK 0 0.58 0.13 0.67
HSL 313.75º 0.41% 0.23% -
HSV(B) 313.75º 0.58% 0.33% -
XYZ 5.34 3.51 6.53 -
YUV 53.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 83 35 72 0 0.58 0.13 0.67 313.75 0.41 0.23
Hex 53 23 48 0 3A D 43 13A 29 17
Octal 123 43 110 0 72 15 103 472 51 27
Binary 1010011 100011 1001000 0 111010 1101 1000011 100111010 101001 10111

Color Harmonies of #532348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532348

Black with #532348

Text Example


Text Example

White with #532348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532348; }

 p { color: rgb(83,35,72); }

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

background-color css

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

 a { background-color: rgb(83,35,72); }

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

border-color css

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

 span { border-color: rgb(83,35,72); }

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