Html Css Color HEX #532950 Loulou

📋 copy color: '#532950'

red 83 ◦ green 41 ◦ blue 80

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

Shades of Loulou #532950

Tints of Loulou #532950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 40.69%
G = 20.1%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#532950 (or 0x532950) is known color: Loulou. HEX triplet: 53, 29 and 50. RGB value is (83,41,80). Sum of RGB (Red+Green+Blue) = 83+41+80=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #532950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532950 is #ACD6AF. Grayscale: #393939. Windows color (decimal): -11327152 or 5253459. OLE color: 5253459.

HSL color Cylindrical-coordinate representation of color #532950: hue angle of 304.29º 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 #532950 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 80 -
CMYK 0 0.51 0.04 0.67
HSL 304.29º 0.34% 0.24% -
HSV(B) 304.29º 0.51% 0.33% -
XYZ 5.81 4 8.06 -
YUV 58 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 83 41 80 0 0.51 0.04 0.67 304.29 0.34 0.24
Hex 53 29 50 0 33 4 43 130 22 18
Octal 123 51 120 0 63 4 103 460 42 30
Binary 1010011 101001 1010000 0 110011 100 1000011 100110000 100010 11000

Color Harmonies of #532950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532950

Black with #532950

Text Example


Text Example

White with #532950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532950; }

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

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

background-color css

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

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

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

border-color css

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

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

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