Html Css Color HEX #532948 Loulou

📋 copy color: '#532948'

red 83 ◦ green 41 ◦ blue 72

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

Shades of Loulou #532948

Tints of Loulou #532948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

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

R = 42.35%
G = 20.92%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#532948 (or 0x532948) is known color: Loulou. HEX triplet: 53, 29 and 48. RGB value is (83,41,72). Sum of RGB (Red+Green+Blue) = 83+41+72=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #532948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532948 is #ACD6B7. Grayscale: #393939. Windows color (decimal): -11327160 or 4729171. OLE color: 4729171.

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

Color convert

RGB 83 41 72 -
CMYK 0 0.51 0.13 0.67
HSL 315.71º 0.34% 0.24% -
HSV(B) 315.71º 0.51% 0.33% -
XYZ 5.53 3.89 6.59 -
YUV 57.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 83 41 72 0 0.51 0.13 0.67 315.71 0.34 0.24
Hex 53 29 48 0 33 D 43 13C 22 18
Octal 123 51 110 0 63 15 103 474 42 30
Binary 1010011 101001 1001000 0 110011 1101 1000011 100111100 100010 11000

Color Harmonies of #532948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532948

Black with #532948

Text Example


Text Example

White with #532948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532948; }

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

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

background-color css

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

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

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

border-color css

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

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

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