Html Css Color HEX #532647 Loulou

📋 copy color: '#532647'

red 83 ◦ green 38 ◦ blue 71

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

Shades of Loulou #532647

Tints of Loulou #532647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

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

R = 43.23%
G = 19.79%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#532647 (or 0x532647) is known color: Loulou. HEX triplet: 53, 26 and 47. RGB value is (83,38,71). Sum of RGB (Red+Green+Blue) = 83+38+71=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #532647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532647 is #ACD9B8. Grayscale: #373737. Windows color (decimal): -11327929 or 4662867. OLE color: 4662867.

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

Color convert

RGB 83 38 71 -
CMYK 0 0.54 0.14 0.67
HSL 316º 0.37% 0.24% -
HSV(B) 316º 0.54% 0.33% -
XYZ 5.4 3.68 6.39 -
YUV 55.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 83 38 71 0 0.54 0.14 0.67 316 0.37 0.24
Hex 53 26 47 0 36 E 43 13C 25 18
Octal 123 46 107 0 66 16 103 474 45 30
Binary 1010011 100110 1000111 0 110110 1110 1000011 100111100 100101 11000

Color Harmonies of #532647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532647

Black with #532647

Text Example


Text Example

White with #532647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532647; }

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

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

background-color css

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

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

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

border-color css

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

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

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