Html Css Color HEX #532947 Loulou

📋 copy color: '#532947'

red 83 ◦ green 41 ◦ blue 71

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

Shades of Loulou #532947

Tints of Loulou #532947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 42.56%
G = 21.03%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#532947 (or 0x532947) is known color: Loulou. HEX triplet: 53, 29 and 47. RGB value is (83,41,71). Sum of RGB (Red+Green+Blue) = 83+41+71=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #532947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532947 is #ACD6B8. Grayscale: #383838. Windows color (decimal): -11327161 or 4663635. OLE color: 4663635.

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

Color convert

RGB 83 41 71 -
CMYK 0 0.51 0.14 0.67
HSL 317.14º 0.34% 0.24% -
HSV(B) 317.14º 0.51% 0.33% -
XYZ 5.5 3.88 6.42 -
YUV 56.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 83 41 71 0 0.51 0.14 0.67 317.14 0.34 0.24
Hex 53 29 47 0 33 E 43 13D 22 18
Octal 123 51 107 0 63 16 103 475 42 30
Binary 1010011 101001 1000111 0 110011 1110 1000011 100111101 100010 11000

Color Harmonies of #532947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532947

Black with #532947

Text Example


Text Example

White with #532947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532947; }

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

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

background-color css

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

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

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

border-color css

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

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

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