Html Css Color HEX #532946 Loulou

📋 copy color: '#532946'

red 83 ◦ green 41 ◦ blue 70

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

Shades of Loulou #532946

Tints of Loulou #532946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 42.78%
G = 21.13%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#532946 (or 0x532946) is known color: Loulou. HEX triplet: 53, 29 and 46. RGB value is (83,41,70). Sum of RGB (Red+Green+Blue) = 83+41+70=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532946 is #ACD6B9. Grayscale: #383838. Windows color (decimal): -11327162 or 4598099. OLE color: 4598099.

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

Color convert

RGB 83 41 70 -
CMYK 0 0.51 0.16 0.67
HSL 318.57º 0.34% 0.24% -
HSV(B) 318.57º 0.51% 0.33% -
XYZ 5.47 3.87 6.25 -
YUV 56.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 83 41 70 0 0.51 0.16 0.67 318.57 0.34 0.24
Hex 53 29 46 0 33 10 43 13F 22 18
Octal 123 51 106 0 63 20 103 477 42 30
Binary 1010011 101001 1000110 0 110011 10000 1000011 100111111 100010 11000

Color Harmonies of #532946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532946

Black with #532946

Text Example


Text Example

White with #532946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532946; }

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

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

background-color css

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

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

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

border-color css

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

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

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